We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e13be5c commit de1fc01Copy full SHA for de1fc01
infra/prod/generate.yaml
@@ -21,6 +21,7 @@ steps:
21
args:
22
- 'clone'
23
- '--depth=1'
24
+ - '--branch=$_BRANCH'
25
- $_FULL_REPOSITORY
26
- name: gcr.io/cloud-builders/git
27
id: configure-language-repo-name
infra/prod/stage-release.yaml
@@ -22,6 +22,8 @@ steps:
waitFor: ['-']
+ - '--single-branch'
28
29
0 commit comments