From 9c46ac3c1299d9f3ea08d96f74403ab8a7cbab1f Mon Sep 17 00:00:00 2001 From: Donghyeon Im Date: Thu, 25 Apr 2024 15:48:54 +0900 Subject: [PATCH] refactor(auth): test cicd --- .github/workflows/aws.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/aws.yaml b/.github/workflows/aws.yaml index dbb0053..f793a6c 100644 --- a/.github/workflows/aws.yaml +++ b/.github/workflows/aws.yaml @@ -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