Skip to content

Commit

Permalink
"fatal: not a git repository"
Browse files Browse the repository at this point in the history
  • Loading branch information
ImLighty committed Nov 16, 2023
1 parent a19a678 commit 3d2e9bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ echo "machine ${GIT_SERVER} login ${GIT_USERNAME} password ${GIT_PASSWORD}" >> ~

if [ ! -d "src" ]; then
git clone ${GIT_REPO} src
git config pull.rebase false
cd src
git config pull.rebase false
git checkout ${GIT_BRANCH} || exit 1
cd ..
else
Expand Down

0 comments on commit 3d2e9bb

Please sign in to comment.