Skip to content

Commit

Permalink
Fro demo mode, set upstream to origin/main
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusAhlfors authored Feb 11, 2024
1 parent ef7c315 commit e2f5a20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions diploi-runonce.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ if [ ! "$(ls -A /app)" ]; then
else
git checkout -f -q $REPOSITORY_TAG;
git checkout -b main
git branch --set-upstream-to=origin/main main
fi
git remote set-url origin "$REPOSITORY_URL";
git config --unset credential.helper;
Expand Down

0 comments on commit e2f5a20

Please sign in to comment.