Integration tests - GoogleCloudPlatform/healthcare-api-dicom-fuse GitHub Wiki
How to run
Install and initialize the Google Cloud SDK.
Also, install Docker if you want to run locally.
Input following parameters in the terminal in project folder:
-
If you want to run locally:
cloud-build-local --dryrun=false .
-
If you want to run in the cloud:
gcloud builds submit .
You can use --substitutions=_PARAMETER=custom_parameter to change default parameters in cloudbuild.yaml.