Skip to content

Commit ec85265

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

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

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

+2-3
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,8 @@ steps:
3030
export TERM="xterm"
3131
export TF_CLI_ARGS="-no-color"
3232
export TF_IN_AUTOMATION="1"
33-
34-
cd test/ci-cd/terraform && \
35-
./apply.sh
33+
34+
test/ci-cd/terraform/apply.sh
3635
waitFor:
3736
- "Build runner image"
3837

test/ci-cd/terraform/apply.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/env bash
1+
#!/usr/bin/env bash
22

33
# Copyright 2024 Google LLC
44
#

0 commit comments

Comments
 (0)