Skip to content

Commit 738edab

Browse files
authored
Merge pull request #1608 from fpetkovski/fix-build
Revert "cloudbuild.yaml: Drop _ prefix for vars"
2 parents 4577310 + db8c7b1 commit 738edab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)