diff options
author | Micah Anderson <micah@riseup.net> | 2017-07-04 13:54:43 -0700 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2017-07-04 13:55:09 -0700 |
commit | b9f562813b5005577bed3f2a40c5eb147696e18c (patch) | |
tree | 2b1dea857ce00f9976755db76816962c861e8548 /tests/platform-ci/ci-build.sh | |
parent | 9adaa316050e3eed971fe316eb545ba74c562cca (diff) |
Additional fix for CI cache failure
Diffstat (limited to 'tests/platform-ci/ci-build.sh')
-rwxr-xr-x | tests/platform-ci/ci-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/platform-ci/ci-build.sh b/tests/platform-ci/ci-build.sh index 1c9cc416..5c21bfb7 100755 --- a/tests/platform-ci/ci-build.sh +++ b/tests/platform-ci/ci-build.sh @@ -149,7 +149,7 @@ upgrade_test() { # due to cache, this remote is sometimes already added git remote add leap https://leap.se/git/leap_platform || true git fetch leap - git checkout -b leap_stable remotes/leap/stable + git checkout -b leap_stable remotes/leap/stable || true # After checking out a different platform branch # bundle install is needed again cd "$ROOTDIR" |