Skip to content

Commit 56c9654

Browse files
authored
Container Builder is now Cloud Build.
1 parent 721201e commit 56c9654

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/local_cloudbuild.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
"""Emulate the Google Container Builder locally.
17+
"""Emulate the Google Cloud Build locally.
1818
1919
The input is a local cloudbuild.yaml file. This is translated into a
2020
series of commands for the locally installed Docker daemon. These
@@ -48,8 +48,8 @@
4848
# Exclude non-printable control characters (including newlines)
4949
PRINTABLE_REGEX = re.compile(r"""^[^\x00-\x1f]*$""")
5050

51-
# Container Builder substitutions
52-
# https://cloud.google.com/container-builder/docs/api/build-requests#substitutions
51+
# Cloud Build substitutions
52+
# https://cloud.google.com/cloud-build/docs/api/build-requests#substitutions
5353
SUBSTITUTION_REGEX = re.compile(r"""(?x)
5454
[$] # Dollar sign
5555
(

0 commit comments

Comments
 (0)