Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DanG100 committed Aug 3, 2023
1 parent 83e1306 commit 3b1c393
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion cloudbuild/lemming-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ set -xe
cat << EOF > ~/.bazelrc
build --remote_cache https://storage.googleapis.com/lemming-bazel-cache
build --google_default_credentials
build --remote_download_minimal
EOF

export PATH=${PATH}:/usr/local/go/bin
Expand Down
1 change: 0 additions & 1 deletion cloudbuild/operator-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ set -xe
cat << EOF > ~/.bazelrc
build --remote_cache https://storage.googleapis.com/lemming-bazel-cache
build --google_default_credentials
build --remote_download_minimal
EOF

export PATH=${PATH}:/usr/local/go/bin
Expand Down
1 change: 0 additions & 1 deletion cloudbuild/presubmit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ echo "$BUILD"
cat << EOF > ~/.bazelrc
build --remote_cache https://storage.googleapis.com/lemming-bazel-cache
build --google_default_credentials
build --remote_download_minimal
EOF

export PATH=${PATH}:/usr/local/go/bin
Expand Down

0 comments on commit 3b1c393

Please sign in to comment.