Skip to content

Commit

Permalink
chore(NA): comment one more line out for testing purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Feb 5, 2021
1 parent 9d92a5e commit a9e74d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dev/ci_setup/setup_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ echo "build --remote_header=x-buildbuddy-api-key=$KIBANA_BUILDBUDDY_CI_API_KEY"

export PATH="$PATH:$HOME/.yarn/bin"
ls "/var/lib/jenkins/.config/yarn/global"
ls "$(yarn global bin)"
#ls "$(yarn global bin)"
ls "$HOME/.yarn/bin"
ls $(yarn global bin)
###
Expand Down

0 comments on commit a9e74d3

Please sign in to comment.