Skip to content

Commit

Permalink
Merge pull request #6 from FullAccel/sejoon00-patch-6
Browse files Browse the repository at this point in the history
Update CD.yml
  • Loading branch information
sejoon00 authored May 26, 2024
2 parents f9709fc + beb16bd commit 910c2aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
script: |
cd ~/Desktop/ChaeDa_spring
git fetch origin master
git merge origin master
git merge origin/master
./gradlew build
docker rm desktop_back_1 --force
docker rmi desktop_back
Expand Down

0 comments on commit 910c2aa

Please sign in to comment.