Skip to content

Commit 22a7484

Browse files
Include mlab-ns in allowed projects pattern (#12)
1 parent 45ebe39 commit 22a7484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudbuild/cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ steps:
1919
- name: gcr.io/$PROJECT_ID/gcloud-jsonnet-cbif
2020
env:
2121
# Use cbif condition: only run these steps in one of these projects.
22-
- PROJECT_IN=mlab-sandbox,mlab-staging
22+
- PROJECT_IN=mlab-sandbox,mlab-staging,mlab-ns
2323
args:
2424
- cp app.yaml.$PROJECT_ID app.yaml
2525
- gcloud --project $PROJECT_ID app deploy --promote app.yaml

0 commit comments

Comments
 (0)