Skip to content

Commit

Permalink
Remove unused environment variable from the ECR test
Browse files Browse the repository at this point in the history
  • Loading branch information
ingwonsong committed Jul 20, 2022
1 parent 5b6f08f commit cce8f74
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ecr-auth.yaml
Expand Up @@ -40,8 +40,6 @@ jobs:
krane ls ${{ env.AWS_ACCOUNT }}.dkr.ecr.${{ env.AWS_REGION }}.amazonaws.com/go-containerregistry-test
- name: Test krane auth get + ECR
env:
GITHUB_TOKEN: ${{ github.token }}
shell: bash
run: |
CRED1=$(krane auth get ${{ env.AWS_ACCOUNT }}.dkr.ecr.${{ env.AWS_REGION }}.amazonaws.com)
Expand All @@ -52,7 +50,7 @@ jobs:
if [[ "$CRED1" == "$CRED2" ]] ; then
echo "credentials are cached by infrastructure"
fi
crane-ecr-login:
runs-on: ubuntu-latest
env:
Expand Down

0 comments on commit cce8f74

Please sign in to comment.