Skip to content

Commit 8f1f5c9

Browse files
authored
fix: remove invalid api-source flag from release init command (#1844)
Remove unnecessary step to fetch googleapis. We don't need it for release
1 parent 3d18631 commit 8f1f5c9

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

infra/prod/stage-release.yaml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,9 @@ steps:
2424
- 'clone'
2525
- '--depth=1'
2626
- $_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
3527
- name: 'us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-dev/librarian'
3628
id: stage-release
37-
waitFor: ['clone-language-repo', 'clone-googleapis']
29+
waitFor: ['clone-language-repo']
3830
dir: tmp
3931
args:
4032
- 'release'
@@ -43,8 +35,6 @@ steps:
4335
- '/workspace/$_REPOSITORY'
4436
- '-library'
4537
- $_LIBRARY_ID
46-
- '-api-source'
47-
- '/workspace/googleapis'
4838
- '-output'
4939
- /workspace/tmp
5040
- '-push=$_PUSH'

0 commit comments

Comments
 (0)