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 130f03a commit 6d58ac8Copy full SHA for 6d58ac8
scripts/sdlc/cfn/codepipeline-s3.yml
@@ -155,8 +155,7 @@ Resources:
155
- export IDP_CFN_PREFIX=$(make cfn-prefix) || { echo "CFN prefix generation failed"; exit 1; }
156
- make install -e IDP_CFN_PREFIX=$IDP_CFN_PREFIX
157
- make smoketest -e IDP_CFN_PREFIX=$IDP_CFN_PREFIX
158
- post_build:
159
- commands:
+ finally:
160
- echo "Running cleanup regardless of build result..."
161
- make uninstall -e IDP_CFN_PREFIX=$IDP_CFN_PREFIX || echo "Cleanup failed but continuing"
162
@@ -165,6 +164,7 @@ Resources:
165
164
Properties:
166
Name: !Ref PipelineName
167
RoleArn: !GetAtt CodePipelineRole.Arn
+ ExecutionMode: QUEUED
168
ArtifactStore:
169
Type: S3
170
Location: !Ref ArtifactBucket
0 commit comments