Skip to content

Commit

Permalink
refactor(auth): test cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
Donghyeon Im committed Apr 25, 2024
1 parent de9812f commit 9c46ac3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ jobs:
run: |
REPO_NAME=$(echo ${{ github.repository }} | awk -F '/' '{print $1}' | tr '[:upper:]' '[:lower:]')
echo -n "[DevOps] github.repository >>>>> ${{ github.repository }}""
echo -n "[DevOps] REPO_NAME >>>>> ${REPO_NAME}"
if [[ "${{ github.event_name }}" == "push" && "${{ github.ref }}" == "refs/heads/main" ]]; then
echo "{repo}={${REPO_NAME}_prod}" >> $GITHUB_OUTPUT
elif [[ "${{ github.event_name }}" == "push" && "${{ github.ref }}" == "refs/heads/feat/cicd" ]]; then
Expand Down

0 comments on commit 9c46ac3

Please sign in to comment.