-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix service account file generation and add probability parameter (#8)
* Use tagged version of gcloud-jsonnet-cbif * use ' * Make probability a parameter * Update base cloudbuild image to use artifact registry * Update IATA to oma
- Loading branch information
1 parent
22d7bc6
commit 3e33a68
Showing
2 changed files
with
13 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
steps: | ||
# Run the deployment script. NOTE: the IATA depends on the region where the | ||
# VM is deployed. Our testing VM is always in us-central1, which is CBF. | ||
- name: gcr.io/$PROJECT_ID/gcloud-jsonnet-cbif | ||
# VM is deployed. Our testing VM is always in us-central1, which is OMA. | ||
- name: us-central1-docker.pkg.dev/$PROJECT_ID/build-images/gcloud-jsonnet-cbif:1.1 | ||
dir: '/workspace/' | ||
args: [ | ||
'/workspace/deploy.sh $PROJECT_ID mlab ${_API_KEY}' | ||
'/workspace/deploy.sh $PROJECT_ID mlab ${_API_KEY} ${_PROBABILITY}' | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters