Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 721201e

Browse files
authored
Container Builder is now Cloud Build.
1 parent 70a9457 commit 721201e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RELEASING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ follows:
3636
b. `gcloud auth activate-service-account` is performed
3737
c. `gcloud config set project` is performed
3838
3. The script invokes `build.sh` in this repository
39-
4. `build.sh` invokes Google Container Builder with the `cloudbuild-*.yaml`
39+
4. `build.sh` invokes Google Cloud Build with the `cloudbuild-*.yaml`
4040
config files.
4141

4242
## Building interpreters
@@ -65,7 +65,7 @@ Debian or Ubuntu-like).
6565
## Building locally
6666

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

7070
``` shell
7171
./build.sh --local

0 commit comments

Comments
 (0)