We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b535fa commit 504c465Copy full SHA for 504c465
build/int.cloudbuild.yaml
@@ -48,7 +48,6 @@ steps:
48
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
49
args: ['/bin/bash', '-c', 'cft test run TestSimpleComposerEnvV2Module --stage destroy --verbose']
50
51
-steps:
52
- id: sleep-60-seconds
53
name: 'gcr.io/cloud-builders/bash'
54
args: ['-c', 'echo "Waiting for a minute before next build" && sleep 60 && echo "Continuing after 60 seconds."']
0 commit comments