Skip to content

Commit

Permalink
chore(NA): cleaning implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Feb 5, 2021
1 parent 344164c commit e36bde5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/dev/ci_setup/setup_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -190,11 +190,4 @@ cp -f "$KIBANA_DIR/src/dev/ci_setup/.bazelrc-ci" "$HOME/.bazelrc";
echo "# Appended by $KIBANA_DIR/src/dev/ci_setup/setup.sh" >> "$HOME/.bazelrc"
echo "build --remote_header=x-buildbuddy-api-key=$KIBANA_BUILDBUDDY_CI_API_KEY" >> "$HOME/.bazelrc"


###
### make sure bazelisk is installed on CI
###
# bazeliskVersion=$(head -n 1 "$KIBANA_DIR/.bazeliskversion")
# yarn global add "@bazel/bazelisk@${bazeliskVersion}"

export CI_ENV_SETUP=true

0 comments on commit e36bde5

Please sign in to comment.