Skip to content

Commit

Permalink
add a build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
jbohanon committed Mar 7, 2024
1 parent 2f8250d commit 7e8e577
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ci/do_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
set -e

if [ -n "$ENVOY_DOCKER_BUILD_DIR" ]; then
rm -rf "$ENVOY_DOCKER_BUILD_DIR/envoy/x64/bin/"
else
rm -rf "/build/envoy/x64/bin/"
export ENVOY_DOCKER_BUILD_DIR=/build
fi
rm -rf "$ENVOY_DOCKER_BUILD_DIR/envoy/x64/bin/"

bazel fetch //source/exe:envoy-static

Expand Down

0 comments on commit 7e8e577

Please sign in to comment.