Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
reachfh committed Jan 24, 2024
1 parent 4cc8c4f commit 8657b4c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ env:
IMAGE_NAME: foo-app
# Name of org in GHCR Docker repository (must be lowercase)
IMAGE_OWNER: ${{ github.repository_owner }}
# ECR Docker repository org name, may be blank
# ECR Docker repo org name (may be blank, otherwise must have trailing slash)
ECR_IMAGE_OWNER: cogini/
# Tag for release images
# IMAGE_TAG: ${{ (github.ref == 'refs/heads/main' && 'staging') || (github.ref == 'refs/heads/qa' && 'qa') }}
Expand Down Expand Up @@ -1022,7 +1022,6 @@ jobs:
AWS_ACCOUNT_ID: ${{ secrets.AWS_ACCOUNT_ID }}
AWS_PS_PREFIX: ${{ vars.AWS_PS_PREFIX }}
EXECUTION_ROLE_ARN: ${{ secrets.EXECUTION_ROLE_ARN}}
# HOST: ${{ vars.HOST }}
TASK_ROLE_ARN: ${{ secrets.TASK_ROLE_ARN }}
run: jq --null-input -f "${TASKDEF}.jq" | tee "$TASKDEF"

Expand Down Expand Up @@ -1052,7 +1051,6 @@ jobs:
AWS_ACCOUNT_ID: ${{ secrets.AWS_ACCOUNT_ID }}
AWS_PS_PREFIX: ${{ vars.AWS_PS_PREFIX }}
EXECUTION_ROLE_ARN: ${{ secrets.EXECUTION_ROLE_ARN}}
# HOST: ${{ vars.HOST }}
TASK_ROLE_ARN: ${{ secrets.TASK_ROLE_ARN }}
run: jq --null-input -f "${TASKDEF_WORKER}.jq" | tee "$TASKDEF_WORKER"

Expand Down

0 comments on commit 8657b4c

Please sign in to comment.