Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70a9457 commit 721201eCopy full SHA for 721201e
RELEASING.md
@@ -36,7 +36,7 @@ follows:
36
b. `gcloud auth activate-service-account` is performed
37
c. `gcloud config set project` is performed
38
3. The script invokes `build.sh` in this repository
39
-4. `build.sh` invokes Google Container Builder with the `cloudbuild-*.yaml`
+4. `build.sh` invokes Google Cloud Build with the `cloudbuild-*.yaml`
40
config files.
41
42
## Building interpreters
@@ -65,7 +65,7 @@ Debian or Ubuntu-like).
65
## Building locally
66
67
To build this repository using local Docker commands instead of the Google
68
-Container Builder service, add the `--local` flag as shown:
+Cloud Build service, add the `--local` flag as shown:
69
70
``` shell
71
./build.sh --local
0 commit comments