Skip to content

Commit 9b5c502

Browse files
committed
Remove detached head warning
1 parent 4187fc5 commit 9b5c502

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
@@ -42,6 +42,7 @@ chmod 600 ~/.ssh/*
4242

4343
cd $WORKING_DIRECTORY
4444

45+
git config --global advice.detachedhead false
4546
git config --global credential.helper "/bin/sh -c 'echo username=$USERNAME; echo password=$PASSWORD'"
4647

4748
# Check if the cloned dir already exists from previous builds

0 commit comments

Comments
 (0)