Skip to content

Commit

Permalink
gcloud-jsonnet-cbif 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cristinaleonr committed Dec 4, 2023
1 parent 63e264e commit 0ad0512
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cloudbuild/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ steps:
- go test -v ./...

# Deployment of APIs in sandbox & staging.
- name: gcr.io/$PROJECT_ID/gcloud-jsonnet-cbif:1.20
- name: gcr.io/$PROJECT_ID/gcloud-jsonnet-cbif:1.1
env:
# Use cbif condition: only run these steps in one of these projects.
- PROJECT_IN=mlab-sandbox,mlab-staging
Expand All @@ -36,7 +36,7 @@ steps:
- gcloud endpoints services deploy openapi.yaml

# Deployment of APIs in mlab-ns.
- name: gcr.io/$PROJECT_ID/gcloud-jsonnet-cbif:1.20
- name: gcr.io/$PROJECT_ID/gcloud-jsonnet-cbif:1.1
env:
# Use cbif condition: only run these steps in this project.
- PROJECT_IN=mlab-ns
Expand Down

0 comments on commit 0ad0512

Please sign in to comment.