We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7de227f commit 153d5bcCopy full SHA for 153d5bc
.gitlab/hpsf-gitlab-ci.yml
@@ -11,7 +11,7 @@ workflow:
11
echo "GITHUB_MERGE_REF=$GITHUB_MERGE_REF"
12
echo "GITHUB_TRIGGER_ACTOR=$GITHUB_TRIGGER_ACTOR"
13
echo "GITHUB_PR_TITLE=$GITHUB_PR_TITLE"
14
- git remote remove github
+ git remote remove github || true
15
git remote add github https://github.com/amrex-codes/amrex.git
16
git fetch --depth=1 github "${GITHUB_MERGE_REF}"
17
git checkout FETCH_HEAD
0 commit comments