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 15276ec commit 9a3474dCopy full SHA for 9a3474d
cicd/3-app/aiproxy/buildspec.yml
@@ -13,11 +13,12 @@ phases:
13
14
- echo "This is where I would run python tests, if I had any tests"
15
16
- - cd $CODEBUILD_SRC_DIR/cicd/3-app/aiproxy
+ - cd $CODEBUILD_SRC_DIR
17
+ - cp /cicd/3-app/aiproxy/template.yml ./template.yml
18
- cfn-lint template.yml
19
- cat template.yml
20
- - config/create-environment-config.sh
21
+ - /cicd/3-app/aiproxy/config/create-environment-config.sh
22
23
- aws cloudformation package --template-file template.yml --s3-bucket $ARTIFACT_STORE --s3-prefix package --output-template-file packaged-app-template.yml
24
artifacts:
0 commit comments