Skip to content

Commit

Permalink
Fixed acp-ci-cd-terraform configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
arueth committed Dec 6, 2024
1 parent 6606f27 commit ec85265
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions test/ci-cd/cloudbuild/acp-ci-cd-terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ steps:
export TERM="xterm"
export TF_CLI_ARGS="-no-color"
export TF_IN_AUTOMATION="1"
cd test/ci-cd/terraform && \
./apply.sh
test/ci-cd/terraform/apply.sh
waitFor:
- "Build runner image"

Expand Down
2 changes: 1 addition & 1 deletion test/ci-cd/terraform/apply.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/env bash
#!/usr/bin/env bash

# Copyright 2024 Google LLC
#
Expand Down

0 comments on commit ec85265

Please sign in to comment.