aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Damien Martin-Guillerez <dmarting@google.com>2015-06-18 15:48:03 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2015-06-18 15:57:23 +0000
commit084e41ea0f1176c8c137c0fa85e9ad70963f0e14 (patch)
tree602e5cc4aae0794849859a6bf3542bf0dcc45eaf
parent80c698a8d95db1e22c5faa2bed62bbf362d0f38b (diff)
Travis CI: force creation of ci directory to make Travis happy
Until the actual release process is polished, another hack in Travis configuration to make travis green. Tested on osx-ci branch (https://travis-ci.org/google/bazel/jobs/67353429). -- MOS_MIGRATED_REVID=96312144
-rwxr-xr-x.travis/prepare-for-deploy.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis/prepare-for-deploy.sh b/.travis/prepare-for-deploy.sh
index 57c5081e07..346f53e8fe 100755
--- a/.travis/prepare-for-deploy.sh
+++ b/.travis/prepare-for-deploy.sh
@@ -52,6 +52,7 @@ function copy_to_upload_dir() {
echo "$bazel_zip moved to $upload_dir"
}
+mkdir -p ci
if [ "${TRAVIS_OS_NAME-}" = "linux" ]; then
create_zip
copy_to_upload_dir