Skip to content

Commit

Permalink
Add cr fixups.
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneseymour committed Sep 28, 2020
1 parent 12d01e2 commit 4068ccd
Show file tree
Hide file tree
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
Expand Up @@ -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
Expand Down

0 comments on commit 4068ccd

Please sign in to comment.