Skip to content

Commit

Permalink
chore: ci-cd 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoya324 committed Sep 9, 2024
1 parent 66ae3d4 commit b351e28
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,6 @@ jobs:
echo "DOCKER_REPO=${{ secrets.DOCKER_REPO }}" >> $GITHUB_ENV
echo "GITHUB_RUN_NUMBER=${{ github.run_number }}" >> $GITHUB_ENV
- name: Verify environment variables
run: |
echo "DOCKER_REPO=${{ secrets.DOCKER_REPO }}"
echo "GITHUB_RUN_NUMBER=${{ github.run_number }}"
- name: Check docker-compose.yml file
run: |
if [ ! -f docker/docker-compose.yml ]; then
Expand Down

0 comments on commit b351e28

Please sign in to comment.