Skip to content

Commit

Permalink
Remove git reset and leave only git pull
Browse files Browse the repository at this point in the history
  • Loading branch information
ChoHadam committed Dec 29, 2023
1 parent ac8e887 commit 4c4844c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
cd ${{ env.PROJECT_PATH }} &&
git fetch --all &&
git checkout ${{ env.BRANCH_NAME }} &&
git reset --hard origin/${{ env.BRANCH_NAME }} &&
git pull origin ${{ env.BRANCH_NAME }} &&
bash script/prebuild.sh &&
bash script/reload.sh
Expand Down

0 comments on commit 4c4844c

Please sign in to comment.