Skip to content

Commit 504c465

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build/int.cloudbuild.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ steps:
4848
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
4949
args: ['/bin/bash', '-c', 'cft test run TestSimpleComposerEnvV2Module --stage destroy --verbose']
5050

51-
steps:
5251
- id: sleep-60-seconds
5352
name: 'gcr.io/cloud-builders/bash'
5453
args: ['-c', 'echo "Waiting for a minute before next build" && sleep 60 && echo "Continuing after 60 seconds."']

0 commit comments

Comments
 (0)