Skip to content

Commit 17359a7

Browse files
author
Doug Greiman
committed
Be more verbose when running a build
1 parent 2fd8330 commit 17359a7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/local_cloudbuild.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ def local_cloudbuild(args):
322322

323323
# Run shell script
324324
if cloudbuild.run:
325+
print('Running {}'.format(cloudbuild.output_script))
325326
args = [os.path.abspath(cloudbuild.output_script)]
326327
subprocess.check_call(args)
327328

0 commit comments

Comments
 (0)