Skip to content

Commit

Permalink
Try Docker
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
  • Loading branch information
Tyler Smalley committed Feb 18, 2021
1 parent 2eb0bb4 commit da7e037
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions vars/tasks.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ def check() {
kibanaPipeline.scriptTask('Verify NOTICE', 'test/scripts/checks/verify_notice.sh'),
kibanaPipeline.scriptTask('Test Projects', 'test/scripts/checks/test_projects.sh'),
kibanaPipeline.scriptTask('Test Hardening', 'test/scripts/checks/test_hardening.sh'),
dir("${env.WORKSPACE}/kibana") {
kibanaPipeline.scriptTask('Build TS Refs', 'test/scripts/jenkins_build_ts_refs.sh')()
}
kibanaPipeline.scriptTaskDocker('Build Typescript References', 'test/scripts/jenkins_build_ts_refs.sh'),
])
}

Expand Down

0 comments on commit da7e037

Please sign in to comment.