summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ci/_test-git-branch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/_test-git-branch.sh b/ci/_test-git-branch.sh
index 154eaf1..3924d23 100644
--- a/ci/_test-git-branch.sh
+++ b/ci/_test-git-branch.sh
@@ -22,7 +22,7 @@ sync_git_repos()
local repo
for repo in ${JOBSERVER_GIT_REPOS[@]}; do
- (cd ~/$repo; git_fetch $repo; git checkout -f FETCH_HEAD) > /dev/null
+ (cd ~/$repo; git_fetch $repo || true; git checkout -f FETCH_HEAD) > /dev/null
done
}