We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45ebe39 commit 22a7484Copy full SHA for 22a7484
cloudbuild/cloudbuild.yaml
@@ -19,7 +19,7 @@ steps:
19
- name: gcr.io/$PROJECT_ID/gcloud-jsonnet-cbif
20
env:
21
# Use cbif condition: only run these steps in one of these projects.
22
- - PROJECT_IN=mlab-sandbox,mlab-staging
+ - PROJECT_IN=mlab-sandbox,mlab-staging,mlab-ns
23
args:
24
- cp app.yaml.$PROJECT_ID app.yaml
25
- gcloud --project $PROJECT_ID app deploy --promote app.yaml
0 commit comments