Skip to content

Commit

Permalink
Container Builder is now Cloud Build.
Browse files Browse the repository at this point in the history
  • Loading branch information
bendory committed Aug 19, 2018
1 parent 70a9457 commit 721201e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ follows:
b. `gcloud auth activate-service-account` is performed
c. `gcloud config set project` is performed
3. The script invokes `build.sh` in this repository
4. `build.sh` invokes Google Container Builder with the `cloudbuild-*.yaml`
4. `build.sh` invokes Google Cloud Build with the `cloudbuild-*.yaml`
config files.

## Building interpreters
Expand Down Expand Up @@ -65,7 +65,7 @@ Debian or Ubuntu-like).
## Building locally

To build this repository using local Docker commands instead of the Google
Container Builder service, add the `--local` flag as shown:
Cloud Build service, add the `--local` flag as shown:

``` shell
./build.sh --local
Expand Down

0 comments on commit 721201e

Please sign in to comment.