Skip to content

Commit 6ff6dc4

Browse files
fix: use recommended variable expansion syntax (#1016)
* fix: use recommended variable expansion syntax * chore: test expansion * chore: automap substitutions * confirm no braces produces the problem * chore: restore c job yaml
1 parent 822c237 commit 6ff6dc4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.cloudbuild/cloudbuild-test-c.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ steps:
3333
waitFor: [ "graalvm-c-build" ]
3434

3535
options:
36-
logging: CLOUD_LOGGING_ONLY
36+
logging: CLOUD_LOGGING_ONLY

.cloudbuild/cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ timeout: 7200s # 2 hours
1616
substitutions:
1717
_JAVA_SHARED_CONFIG_VERSION: '1.15.4-SNAPSHOT' # {x-version-update:google-cloud-shared-config:current}
1818
_IMAGE_REPOSITORY: us-docker.pkg.dev/java-graalvm-ci-prod/graalvm-integration-testing
19-
_COMMIT_HASH_TAG: infrastructure-public-image-$SHORT_SHA
19+
_COMMIT_HASH_TAG: infrastructure-public-image-${SHORT_SHA}
2020
steps:
2121
# GraalVM A build
2222
- name: gcr.io/cloud-builders/docker

0 commit comments

Comments
 (0)