Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CR fixups
Browse files Browse the repository at this point in the history
wayneseymour committed Sep 28, 2020

Verified

This commit was signed with the committer’s verified signature. The key has expired.
renovate-bot Mend Renovate
1 parent 6f3f1da commit 396d4ce
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion scripts/generate_team_assignments.js
Original file line number Diff line number Diff line change
@@ -18,4 +18,4 @@
*/

require('../src/setup_node_env');
require('../src/dev/code_coverage/ingest_coverage/team_assignment/').generateTeamAssignments();
require('../src/dev/code_coverage/ingest_coverage/team_assignment').generateTeamAssignments();
10 changes: 0 additions & 10 deletions vars/kibanaTeamAssign.groovy
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
def generateCodeOwners(destination, title) {
kibanaPipeline.bash("""
source src/dev/ci_setup/setup_env.sh true
yarn kbn bootstrap --prefer-offline
. packages/kbn-dev-utils/src/code_ownership/shell_scripts/generate_code_owners.sh '${destination}'
cat '${destination}'
""", title)
}

def generateTeamAssignments(teamAssignmentsPath, title) {
kibanaPipeline.bash("""
source src/dev/ci_setup/setup_env.sh

0 comments on commit 396d4ce

Please sign in to comment.