Skip to content

Commit 8de25d3

Browse files
authored
Merge pull request #576 from NHSDigital/feature/eema1-NRL-660-removeOutputArtifactsFromActions
NRL-660 remove store plan output steps
2 parents 9f931f5 + 0484772 commit 8de25d3

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

.github/workflows/persistent-environment.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -128,12 +128,6 @@ jobs:
128128
--var assume_role=terraform \
129129
-out tfplan
130130
131-
- name: Store Terraform Plan Output
132-
uses: actions/upload-artifact@v4
133-
with:
134-
name: tfplan-output
135-
path: terraform/infrastructure/tfplan*
136-
137131
terraform-apply:
138132
name: Terraform Apply - ${{ inputs.environment }}
139133
needs: [terraform-plan]

.github/workflows/pr-env-deploy.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -152,23 +152,11 @@ jobs:
152152
--var assume_role=terraform \
153153
-out tfplan
154154
155-
- name: Store Terraform Plan Output
156-
uses: actions/upload-artifact@v4
157-
with:
158-
name: tfplan-output
159-
path: terraform/infrastructure/tfplan*
160-
161155
- name: Terraform Apply
162156
id: terraform-apply
163157
run: |
164158
terraform -chdir=terraform/infrastructure apply tfplan
165159
166-
- name: Store Terraform Outputs
167-
uses: actions/upload-artifact@v4
168-
with:
169-
name: terraform-outputs
170-
path: terraform/infrastructure/output.json
171-
172160
- name: Add Success Pull Request Comment
173161
uses: actions/github-script@v7
174162
if: ${{ success() }}

0 commit comments

Comments
 (0)