aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis
diff options
context:
space:
mode:
authorGravatar Kristina Chodorow <kchodorow@google.com>2015-04-15 18:44:26 +0000
committerGravatar Kristina Chodorow <kchodorow@google.com>2015-04-16 18:35:40 +0000
commitf07f47c5fb3e9e1935ef12c4f1671f78b235bfa3 (patch)
tree878a5b60dfbf3b5aee79177164e340b4dcd16c6c /.travis
parent0e30a5f51dde7dfa9bc38fe899b5d10fc567c63e (diff)
Force remove the bazel directory, as bazel-bin/src/bazel is not writable
See https://travis-ci.org/google/bazel/builds/58624407. Not being able to test the deploy step is super fun. -- MOS_MIGRATED_REVID=91216335
Diffstat (limited to '.travis')
-rwxr-xr-x.travis/prepare-for-deploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/prepare-for-deploy.sh b/.travis/prepare-for-deploy.sh
index 693612eb7c..15b259a5b8 100755
--- a/.travis/prepare-for-deploy.sh
+++ b/.travis/prepare-for-deploy.sh
@@ -38,7 +38,7 @@ EOF
bazel_zip=bazel-${git_hash}.zip
echo "Creating $bazel_zip"
zip -r -qq $bazel_zip $bazel_dir
- rm -r $bazel_dir
+ rm -rf $bazel_dir
}
# Put the bazel zip in an uploaded dir.