File tree Expand file tree Collapse file tree 3 files changed +1
-10
lines changed
Expand file tree Collapse file tree 3 files changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -104,8 +104,6 @@ jobs:
104104 # just planning for now for safety and until review
105105 run : |
106106 mkdir -p ./build
107- echo "Running: make terraform env=$ENVIRONMENT workspace=$WORKSPACE stack=iams-developer-roles tf-command=apply"
108- make terraform env=$ENVIRONMENT stack=iams-developer-roles tf-command=apply workspace=$WORKSPACE
109107 echo "Running: make terraform env=$ENVIRONMENT workspace=$WORKSPACE stack=networking tf-command=apply"
110108 make terraform env=$ENVIRONMENT stack=networking tf-command=apply workspace=$WORKSPACE
111109 echo "Running: make terraform env=$ENVIRONMENT workspace=$WORKSPACE stack=api-layer tf-command=apply"
Original file line number Diff line number Diff line change @@ -133,8 +133,6 @@ jobs:
133133 # just planning for now for safety and until review
134134 run : |
135135 mkdir -p ./build
136- echo "Running: make terraform env=$ENVIRONMENT workspace=$WORKSPACE stack=iams-developer-roles tf-command=apply"
137- make terraform env=$ENVIRONMENT stack=iams-developer-roles tf-command=apply workspace=$WORKSPACE
138136 echo "Running: make terraform env=$ENVIRONMENT workspace=$WORKSPACE stack=networking tf-command=apply"
139137 make terraform env=$ENVIRONMENT stack=networking tf-command=apply workspace=$WORKSPACE
140138 echo "Running: make terraform env=$ENVIRONMENT workspace=$WORKSPACE stack=api-layer tf-command=apply"
Original file line number Diff line number Diff line change 88 required : true
99 type : choice
1010 options : [dev, test, preprod]
11- revision :
12- description : Git revision (commit SHA or tag)
13- required : false
1411
1512jobs :
1613 listS3 :
2118 contents : read
2219
2320 steps :
24- - name : Checkout code
21+ - name : Checkout
2522 uses : actions/checkout@v4
26- with :
27- ref : ${{ inputs.revision || 'main' }}
2823
2924 - name : Set up Python
3025 uses : actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments