Skip to content

Commit

Permalink
Removed debugging step
Browse files Browse the repository at this point in the history
  • Loading branch information
stulacy committed Nov 17, 2023
1 parent b1d71d1 commit 4b1981f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ jobs:
id: create_s3_key
run: |
echo "S3KEY=${{ steps.read_params.outputs.S3KEYPREFIX }}_${{ steps.read_params.outputs.VERSION }}.zip" >> "$GITHUB_OUTPUT"
# TODO remove when working
- uses: unfor19/install-aws-cli-action@master
- name: Get VPC ID
id: get_vpc
run: |
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/deploy_prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ jobs:
id: create_s3_key
run: |
echo "S3KEY=${{ steps.read_params.outputs.S3KEYPREFIX }}_${{ steps.read_params.outputs.VERSION }}.zip" >> "$GITHUB_OUTPUT"
# TODO remove when working
- uses: unfor19/install-aws-cli-action@master
- name: Get VPC ID
id: get_vpc
run: |
Expand Down

0 comments on commit 4b1981f

Please sign in to comment.