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 3d18631 commit 8f1f5c9Copy full SHA for 8f1f5c9
infra/prod/stage-release.yaml
@@ -24,17 +24,9 @@ steps:
24
- 'clone'
25
- '--depth=1'
26
- $_FULL_REPOSITORY
27
- - name: gcr.io/cloud-builders/git
28
- id: clone-googleapis
29
- waitFor: ['-']
30
- args:
31
- - 'clone'
32
- - '--single-branch'
33
- - '--branch=master'
34
- - https://github.com/googleapis/googleapis
35
- name: 'us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-dev/librarian'
36
id: stage-release
37
- waitFor: ['clone-language-repo', 'clone-googleapis']
+ waitFor: ['clone-language-repo']
38
dir: tmp
39
args:
40
- 'release'
@@ -43,8 +35,6 @@ steps:
43
- '/workspace/$_REPOSITORY'
44
- '-library'
45
- $_LIBRARY_ID
46
- - '-api-source'
47
- - '/workspace/googleapis'
48
- '-output'
49
- /workspace/tmp
50
- '-push=$_PUSH'
0 commit comments