Skip to content

Commit 9751d39

Browse files
committed
cloudbuild: export _PULL_BASE_REF as an env variable
Needed by the latest version of push-image.sh script.
1 parent ad3f4d8 commit 9751d39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cloudbuild.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ steps:
55
env:
66
- IMAGE_REGISTRY=gcr.io/$PROJECT_ID
77
- _GIT_TAG=$_GIT_TAG
8+
- _PULL_BASE_REF=$_PULL_BASE_REF
89
- HOME=/root
910
substitutions:
1011
_GIT_TAG: '0.0.0'

0 commit comments

Comments
 (0)