File tree Expand file tree Collapse file tree 3 files changed +3
-12
lines changed Expand file tree Collapse file tree 3 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 1515# This runs the `librarian generate` command with a provided repository,
1616# secret name, and optional library ID
1717steps :
18- - name : us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/librarian-dispatcher@sha256:00aa886a70e110e9e8cfb888a232a1c508031e58cfeee60870ef7a11ca3d5656
18+ - name : us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/librarian-dispatcher
1919 id : generate-dispatcher
20- entrypoint : go
2120 args :
22- - ' run'
23- - ' ./cmd/automation'
2421 - ' --project=$PROJECT_ID'
2522 - ' --command=generate'
2623 - ' --push=$_PUSH'
Original file line number Diff line number Diff line change 1515# This runs the `librarian release tag-and-release` command with a provided repository,
1616# secret name, and optional PR
1717steps :
18- - name : us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/librarian-dispatcher@sha256:00aa886a70e110e9e8cfb888a232a1c508031e58cfeee60870ef7a11ca3d5656
18+ - name : us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/librarian-dispatcher
1919 id : publish-release-dispatcher
20- entrypoint : go
2120 args :
22- - ' run'
23- - ' ./cmd/automation'
2421 - ' --project=$PROJECT_ID'
2522 - ' --command=publish-release'
2623 secretEnv : ['LIBRARIAN_GITHUB_TOKEN']
Original file line number Diff line number Diff line change 1515# This runs the `librarian release init` command with a provided repository,
1616# secret name, and optional library ID
1717steps :
18- - name : us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/librarian-dispatcher@sha256:00aa886a70e110e9e8cfb888a232a1c508031e58cfeee60870ef7a11ca3d5656
18+ - name : us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/librarian-dispatcher
1919 id : stage-release-dispatcher
20- entrypoint : go
2120 args :
22- - ' run'
23- - ' ./cmd/automation'
2421 - ' --project=$PROJECT_ID'
2522 - ' --command=stage-release'
2623 - ' --push=$_PUSH'
You can’t perform that action at this time.
0 commit comments