Skip to content

Commit 127a10b

Browse files
committed
Fixed acp-ci-cd-terraform configuration
1 parent 6606f27 commit 127a10b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/ci-cd/cloudbuild/acp-ci-cd-terraform.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ steps:
3131
export TF_CLI_ARGS="-no-color"
3232
export TF_IN_AUTOMATION="1"
3333
34-
cd test/ci-cd/terraform && \
35-
./apply.sh
34+
ls -alhtr
35+
36+
test/ci-cd/terraform/apply.sh
3637
waitFor:
3738
- "Build runner image"
3839

0 commit comments

Comments
 (0)