Skip to content

Commit 6dc37bd

Browse files
author
Doug Greiman
committed
Improve tool to run cloudbuild.yaml steps locally.
The tool was moved to scripts/ and renamed. It now produces a shell script of Docker commands that can be stored and examined without necessarily running them (by passing --no-run). Command line flags changed to match 'gcloud container builds submit'. Added tests. Various other bugfixes and improvements.
1 parent 2d3c1a4 commit 6dc37bd

File tree

8 files changed

+689
-164
lines changed

8 files changed

+689
-164
lines changed

.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
cloudbuild.yaml
2-
ext_run.sh
1+
/cloudbuild.yaml
2+
/cloudbuild.yaml_local.sh
3+
/ext_run.sh
4+
__pycache__

local-cloudbuild.py

Lines changed: 0 additions & 162 deletions
This file was deleted.

0 commit comments

Comments
 (0)