Skip to content

Commit

Permalink
chore: gradle.yml CD시 컨테이너 종료 조건 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ddolboghi committed May 13, 2024
1 parent ac0d6ef commit e6bdcf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
fi
- name: Stop and remove container
if: steps.check-container.outputs.auction-server-running == 'true'
if: steps.check-container.outputs.auction-service-running == 'true'
run: sudo docker stop auction-service

- name: Run new docker container
Expand Down

0 comments on commit e6bdcf7

Please sign in to comment.