Skip to content

Commit 153d5bc

Browse files
committed
remove || true
1 parent 7de227f commit 153d5bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab/hpsf-gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ workflow:
1111
echo "GITHUB_MERGE_REF=$GITHUB_MERGE_REF"
1212
echo "GITHUB_TRIGGER_ACTOR=$GITHUB_TRIGGER_ACTOR"
1313
echo "GITHUB_PR_TITLE=$GITHUB_PR_TITLE"
14-
git remote remove github
14+
git remote remove github || true
1515
git remote add github https://github.com/amrex-codes/amrex.git
1616
git fetch --depth=1 github "${GITHUB_MERGE_REF}"
1717
git checkout FETCH_HEAD

0 commit comments

Comments
 (0)