mirror of
https://github.com/google/nomulus.git
synced 2025-04-30 12:07:51 +02:00
Re-enable invoicing pipeline deployment (#764)
Now that beam deployment is compatible with Java 11. Re-enable this step.
This commit is contained in:
parent
531cf76a3e
commit
83dadc77d1
1 changed files with 7 additions and 7 deletions
|
@ -56,13 +56,13 @@ steps:
|
||||||
# "gs://$${project_id}-beam/cloudsql/admin_credential.enc" \
|
# "gs://$${project_id}-beam/cloudsql/admin_credential.enc" \
|
||||||
# deploy_spec11_pipeline --project $${project_id}
|
# deploy_spec11_pipeline --project $${project_id}
|
||||||
# Deploy the invoicing pipeline to GCS.
|
# Deploy the invoicing pipeline to GCS.
|
||||||
#- name: 'gcr.io/$PROJECT_ID/nomulus-tool:latest'
|
- name: 'gcr.io/$PROJECT_ID/nomulus-tool:latest'
|
||||||
# args:
|
args:
|
||||||
# - -e
|
- -e
|
||||||
# - ${_ENV}
|
- ${_ENV}
|
||||||
# - --credential
|
- --credential
|
||||||
# - tool-credential.json
|
- tool-credential.json
|
||||||
# - deploy_invoicing_pipeline
|
- deploy_invoicing_pipeline
|
||||||
# Save the deployed tag for the current environment on GCS. Because of b/137891685
|
# Save the deployed tag for the current environment on GCS. Because of b/137891685
|
||||||
# which causes the for-loop in the next step to fail, this may not be the last step.
|
# which causes the for-loop in the next step to fail, this may not be the last step.
|
||||||
# TODO(weiminyu): do this in last step.
|
# TODO(weiminyu): do this in last step.
|
||||||
|
|
Loading…
Add table
Reference in a new issue