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 0aa9cf8 commit 1a3d108Copy full SHA for 1a3d108
scripts/util.sh
@@ -98,7 +98,7 @@ clone_gitlab() (
98
git clone $URL
99
cd $repo
100
set_branch
101
- git checkout $CODE_BRANCH
+ git checkout $CODE_BRANCH 2>/dev/null || true
102
)
103
104
@@ -116,7 +116,7 @@ clone_github() (
116
117
118
119
120
121
122
0 commit comments