Skip to content

Commit 7b029b5

Browse files
authored
Remove lambda layer imports from workflows (#431)
1 parent ecf2d3b commit 7b029b5

File tree

4 files changed

+0
-24
lines changed

4 files changed

+0
-24
lines changed

.github/workflows/deploy-pre-prod.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,6 @@ jobs:
8080
working-directory: ./infrastructure
8181
shell: bash
8282

83-
- name: Lambda Layer Imports
84-
id: lambda_layer_import
85-
run: ./import_lambda_layers.sh ${{ secrets.AWS_WORKSPACE }} ${{ vars.TF_VARS_FILE }}
86-
working-directory: ./scripts
87-
shell: bash
88-
8983
- name: Terraform Format
9084
run: terraform fmt -check
9185
working-directory: ./infrastructure

.github/workflows/deploy-prod.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,6 @@ jobs:
5757
working-directory: ./infrastructure
5858
shell: bash
5959

60-
- name: Lambda Layer Imports
61-
id: lambda_layer_import
62-
run: ./import_lambda_layers.sh ${{ secrets.AWS_WORKSPACE }} ${{ vars.TF_VARS_FILE }}
63-
working-directory: ./scripts
64-
shell: bash
65-
6660
# Checks that all Terraform configuration files adhere to a canonical format
6761
- name: Terraform Format
6862
run: terraform fmt -check

.github/workflows/deploy-sandbox.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,6 @@ jobs:
9898
working-directory: ./infrastructure
9999
shell: bash
100100

101-
- name: Lambda Layer Imports
102-
id: lambda_layer_import
103-
run: ./import_lambda_layers.sh ${{ github.event.inputs.sandboxWorkspace }} ${{ vars.TF_VARS_FILE }}
104-
working-directory: ./scripts
105-
shell: bash
106-
107101
- name: Terraform Plan
108102
id: plan
109103
run: |

.github/workflows/deploy-test.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,6 @@ jobs:
5656
working-directory: ./infrastructure
5757
shell: bash
5858

59-
- name: Lambda Layer Imports
60-
id: lambda_layer_import
61-
run: ./import_lambda_layers.sh ${{ secrets.AWS_WORKSPACE }} ${{ vars.TF_VARS_FILE }}
62-
working-directory: ./scripts
63-
shell: bash
64-
6559
# Checks that all Terraform configuration files adhere to a canonical format
6660
- name: Terraform Format
6761
run: terraform fmt -check

0 commit comments

Comments
 (0)