Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/deploy-application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,6 @@ jobs:
with:
role-to-assume: ${{ env.aws-role }}
aws-region: eu-west-2
- name: Install AWS CLI
run: sudo snap install --classic aws-cli
- name: Trigger ECS Deployment
run: |
set -e
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/deploy-infrastructure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ jobs:
uses: hashicorp/setup-terraform@v3
with:
terraform_version: 1.11.4
- name: Install AWS CLI
run: sudo snap install --classic aws-cli
- name: Check if any deployments are running
run: ../scripts/check-for-running-deployments.sh ${{ inputs.environment }}
- name: Terraform Plan
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/destroy-infrastructure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@ jobs:
with:
role-to-assume: ${{ env.aws_role }}
aws-region: eu-west-2
- name: Install AWS CLI
run: |
sudo snap install --classic aws-cli
- name: Delete terraform backend elements
run: |
set -e
Expand Down
Loading