Skip to content

Commit 8477908

Browse files
authored
Merge pull request #2304 from marquiz/devel/test-infra-fix
cloudbuild: export _PULL_BASE_REF as an env variable
2 parents e76aada + 9751d39 commit 8477908

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)