gpt4 book ai didi

aws-cloudformation - 我如何强制成功我的代码构建?即使出现错误

转载 作者:行者123 更新时间:2023-12-03 07:22:33 24 4
gpt4 key购买 nike

我希望我的代码构建始终成功。请帮助我在环境变量中添加哪些内容

  ServiceRole: !GetAtt CodeBuildRole.Arn
Environment:
Type: LINUX_CONTAINER
Image: aws/codebuild/amazonlinux2-x86_64-standard:3.0
ComputeType: BUILD_GENERAL1_SMALL
EnvironmentVariables:
- Name: CROSS_ACCOUNT_ROLE
Type: PLAINTEXT
Value: !Sub 'arn:aws:iam::${TargetAccountID}:role/${CodePipelineAssumeRoleName}'
- Name: TARGET_ACCOUNT_ID
Type: PLAINTEXT
Value: !Ref TargetAccountID

最佳答案

在您的 buildspec.yml 中设置 CODEBUILD_BUILD_SUCCEEDING=1

参见https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-env-vars.html

关于aws-cloudformation - 我如何强制成功我的代码构建?即使出现错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/72887164/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com