Skip to content
This repository was archived by the owner on Nov 11, 2024. It is now read-only.

Integration tests

Artyom Gordiyenko edited this page Jun 25, 2019 · 2 revisions

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.

Clone this wiki locally