Skip to content

Commit d77b967

Browse files
authored
build: allow specifying organization for generate command (#1740)
This will aid in testing. The default is set to `googleapis` on the Cloud Build trigger
1 parent db1769c commit d77b967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/prod/generate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ steps:
2121
args:
2222
- 'clone'
2323
- '--depth=1'
24-
- https://github.com/googleapis/$_REPOSITORY
24+
- https://github.com/$_ORGANIZATION/$_REPOSITORY
2525
- name: gcr.io/cloud-builders/git
2626
id: clone-googleapis
2727
waitFor: ['-']

0 commit comments

Comments
 (0)