Skip to content

Commit 97bc8ed

Browse files
authored
Merge pull request #1602 from mrueg/fix-cloudbuild-vars
cloudbuild.yaml: Drop _ prefix for vars
2 parents 7932c47 + fdad0b5 commit 97bc8ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cloudbuild.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ steps:
66
- name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20210722-085d930'
77
entrypoint: make
88
env:
9-
- TAG=$_PULL_BASE_REF
10-
- GIT_COMMIT=$_PULL_BASE_SHA
9+
- TAG=$PULL_BASE_REF
10+
- GIT_COMMIT=$PULL_BASE_SHA
1111
args:
1212
- push

0 commit comments

Comments
 (0)