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

Fix upgrade_test failure.

parent f365b914
Branches
Tags
1 merge request!108Fix upgrade_test failure.
Pipeline #
......@@ -146,7 +146,8 @@ upgrade_test() {
# Checkout stable branch containing last release
# and deploy this
cd "$PLATFORMDIR"
git remote add leap https://leap.se/git/leap_platform
# 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
# After checking out a different platform branch
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment