Skip to content

Commit 255d0c2

Browse files
committed
bugfix
1 parent 963395c commit 255d0c2

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/github-oidc-test.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,10 @@ jobs:
6262
TF_VAR_API_PRIVATE_KEY_CERT: ${{ secrets.API_PRIVATE_KEY_CERT }}
6363

6464
run: |
65-
echo "Running: make terraform env=$ENVIRONMENT workspace=$WORKSPACE stack=networking tf-command=plan args=\"-auto-approve\""
65+
mkdir -p ./build
66+
echo "Running: make terraform env=$ENVIRONMENT workspace=$ENVIRONMENT stack=networking tf-command=plan args=\"-auto-approve\""
6667
make terraform env=$ENVIRONMENT stack=networking tf-command=plan workspace=$WORKSPACE
6768
echo "Running: make terraform env=$ENVIRONMENT workspace=$WORKSPACE stack=api-layer tf-command=plan args=\"-auto-approve\""
6869
make terraform env=$ENVIRONMENT stack=api-layer tf-command=plan workspace=$WORKSPACE
69-
echo "Running: make terraform env=$ENVIRONMENT workspace=$WORKSPACE stack=iams-developer-roles tf-command=plan args=\"-auto-approve\""
70-
make terraform env=$ENVIRONMENT stack=iams-developer-roles tf-command=plan workspace=$WORKSPACE
7170
7271
working-directory: ./infrastructure

0 commit comments

Comments
 (0)