Skip to content
Snippets Groups Projects
Verified Commit b9f56281 authored by micah's avatar micah :speech_balloon:
Browse files

Additional fix for CI cache failure

parent 9adaa316
No related branches found
No related tags found
1 merge request!110Fix upgrade test is not actually upgrading (#8844)
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment