Skip to content

Commit

Permalink
update script to always download node (elastic#68421)
Browse files Browse the repository at this point in the history
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
  • Loading branch information
dmlemeshko and elasticmachine committed Jun 5, 2020
1 parent e3d88a4 commit 1f99144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/kibanaCoverage.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def collectVcsInfo(title) {

def generateReports(title) {
kibanaPipeline.bash("""
source src/dev/ci_setup/setup_env.sh
source src/dev/ci_setup/setup_env.sh true
# bootstrap from x-pack folder
cd x-pack
yarn kbn bootstrap --prefer-offline
Expand Down

0 comments on commit 1f99144

Please sign in to comment.