Skip to content

Commit cea0085

Browse files
Shared FS?
1 parent 1755493 commit cea0085

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ jobs:
3131
AWS_REGION: ${{ vars.AWS_REGION }}
3232
INPUT_PRE_EXEC_0: |
3333
sudo apt update -yqq && sudo apt install python3 -yqq
34-
INPUT_POST_EXEC_0: |
35-
tfplan_location=$(find . -name "sandbox.tfplan" -exec realpath {} \;)
36-
tfplan_json=$(terragrunt show -json $tfplan_location)
37-
echo "TERRAFORM_PLAN=$tfplan_json" >> "$GITHUB_OUTPUT"
3834
with:
3935
tf_version: '1.5.5'
4036
tg_version: '0.54.11'
@@ -48,8 +44,6 @@ jobs:
4844
TERRAFORM_PLAN: ${{ steps.plan.outputs.TERRAFORM_PLAN }}
4945
INPUT_PRE_EXEC_0: |
5046
sudo apt update -yqq && sudo apt install python3 -yqq
51-
INPUT_PRE_EXEC_1: |
52-
echo $TERRAFORM_PLAN >> platform/sandbox/us-east-2/000/sandbox.tfplan
5347
with:
5448
tf_version: '1.5.5'
5549
tg_version: '0.54.11'

0 commit comments

Comments
 (0)