We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61713e2 commit 2a5f397Copy full SHA for 2a5f397
cloudbuild.yaml
@@ -5,6 +5,7 @@ timeout: 1200s
5
# this prevents errors if you don't use both _GIT_TAG and _PULL_BASE_REF,
6
# or any new substitutions added in the future.
7
options:
8
+ dynamic_substitutions: true
9
substitution_option: ALLOW_LOOSE
10
machineType: 'N1_HIGHCPU_8'
11
steps:
@@ -18,6 +19,8 @@ steps:
18
19
args:
20
- -c
21
- |
22
+ set -xeuo pipefail
23
+
24
# Run the image's buildx entrypoint to initialise the build environment
25
# appropriately for the image before running make
26
/buildx-entrypoint version
0 commit comments