Skip to content

Commit

Permalink
infra: git pull origin 명령어 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
kor-Chipmunk committed Feb 20, 2024
1 parent 276c26a commit d95fafb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/update_from_develop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

git checkout develop
git pull
git pull origin develop

SERVER_ORDER=(
"discovery/develop"
Expand Down Expand Up @@ -37,6 +38,7 @@ SERVER_ORDER=(
for SERVER in ${SERVER_ORDER[@]}; do
git checkout $SERVER
git pull
git pull origin $SERVER
git rebase develop
git push -f
done
Expand Down

0 comments on commit d95fafb

Please sign in to comment.