Skip to content

Commit f332ca2

Browse files
committed
chore: added sleep
1 parent 504c465 commit f332ca2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/int.cloudbuild.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ steps:
4949
args: ['/bin/bash', '-c', 'cft test run TestSimpleComposerEnvV2Module --stage destroy --verbose']
5050

5151
- id: sleep-60-seconds
52-
name: 'gcr.io/cloud-builders/bash'
53-
args: ['-c', 'echo "Waiting for a minute before next build" && sleep 60 && echo "Continuing after 60 seconds."']
52+
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
53+
args: ['/bin/bash', '-c', 'echo "Waiting for a minute before next build" && sleep 60 && echo "Continuing after 60 seconds."']
5454

5555
# ----- SUITE composer-v2-sharedvpc-prereq-local
5656

0 commit comments

Comments
 (0)