Skip to content

Commit 8e00de6

Browse files
add ref clean up
1 parent 8a7a2bb commit 8e00de6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

start.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ if [ -d "$CLONE_DIR" ]; then
109109
if git status &> /dev/null ; then
110110
# Reset the remote URL because the embedded user token may have changed
111111
git remote set-url origin $REPO
112+
git remote set-head origin --auto
112113

113114
echo "Cleaning up the working directory"
114115
git reset -q --hard

0 commit comments

Comments
 (0)