From 6771a1edf1a30db2d81e801748cb7b516671dd22 Mon Sep 17 00:00:00 2001 From: bbaiju Date: Fri, 10 May 2024 01:11:03 +0000 Subject: [PATCH] fix build --- build/int.cloudbuild.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/int.cloudbuild.yaml b/build/int.cloudbuild.yaml index 7a994a3..ee6b4e0 100644 --- a/build/int.cloudbuild.yaml +++ b/build/int.cloudbuild.yaml @@ -48,12 +48,12 @@ steps: args: ['/bin/bash', '-c', 'cft test run TestSimpleSA --stage apply --verbose'] - id: verify simple-sa waitFor: - - converge global-firewall-policy + - apply simple-sa name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS' args: ['/bin/bash', '-c', 'cft test run TestSimpleSA --stage verify --verbose'] - id: teardown simple-sa waitFor: - - verify global-firewall-policy + - verify simple-sa name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS' args: ['/bin/bash', '-c', 'cft test run TestSimpleSA --stage teardown --verbose'] tags: