mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Allow specification of origin in cloudbuild.
PiperOrigin-RevId: 251347966
This commit is contained in:
+3
-1
@@ -17,4 +17,6 @@ steps:
|
||||
entrypoint: 'bash'
|
||||
args:
|
||||
- '-c'
|
||||
- 'if [[ "$BRANCH_NAME" == "master" ]]; then git push origin go:go; fi'
|
||||
- 'if [[ "$BRANCH_NAME" == "master" ]]; then git push "${_ORIGIN}" go:go; fi'
|
||||
substitutions:
|
||||
_ORIGIN: origin
|
||||
|
||||
Reference in New Issue
Block a user