File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
1919The input is a local cloudbuild.yaml file. This is translated into a
2020series of commands for the locally installed Docker daemon. These
4848# Exclude non-printable control characters (including newlines)
4949PRINTABLE_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
5353SUBSTITUTION_REGEX = re .compile (r"""(?x)
5454 [$] # Dollar sign
5555 (
You can’t perform that action at this time.
0 commit comments