Skip to content

Commit

Permalink
ci/cd: test 후 종료 기능 이름 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Curry4182 committed Mar 20, 2024
1 parent 9c6c189 commit 611a45e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
fi

- name: Stop Docker Container After Test
- name: Stop TEST Docker Container If Test Failed
run: |
TEST_PORT=${{ needs.set-variable.outputs.is_blue_env == 'true' && secrets.GREEN_PORT || secrets.BLUE_PORT }}
STOP_PORT=${{ needs.set-variable.outputs.is_blue_env == 'true' && secrets.BLUE_PORT || secrets.GREEN_PORT }}
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
echo "::set-output name=passed::false"
fi
- name: Stop Docker Container After Test
- name: Stop TEST Docker Container If Test Failed
run: |
TEST_PORT=${{ needs.set-variable.outputs.is_blue_env == 'true' && secrets.GREEN_PORT || secrets.BLUE_PORT }}
STOP_PORT=${{ needs.set-variable.outputs.is_blue_env == 'true' && secrets.BLUE_PORT || secrets.GREEN_PORT }}
Expand Down

0 comments on commit 611a45e

Please sign in to comment.