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.
2 parents 7a9086d + 1a3d108 commit 605e3c4Copy full SHA for 605e3c4
scripts/util.sh
@@ -96,6 +96,9 @@ clone_gitlab() (
96
fi
97
98
git clone $URL
99
+ cd $repo
100
+ set_branch
101
+ git checkout $CODE_BRANCH 2>/dev/null || true
102
)
103
104
@@ -111,6 +114,9 @@ clone_github() (
111
114
112
115
113
116
117
118
119
120
121
122
0 commit comments