Skip to content

Commit 9a3474d

Browse files
revert to original build directory
1 parent 15276ec commit 9a3474d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

cicd/3-app/aiproxy/buildspec.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@ phases:
1313

1414
- echo "This is where I would run python tests, if I had any tests"
1515

16-
- cd $CODEBUILD_SRC_DIR/cicd/3-app/aiproxy
16+
- cd $CODEBUILD_SRC_DIR
17+
- cp /cicd/3-app/aiproxy/template.yml ./template.yml
1718
- cfn-lint template.yml
1819
- cat template.yml
1920

20-
- config/create-environment-config.sh
21+
- /cicd/3-app/aiproxy/config/create-environment-config.sh
2122

2223
- aws cloudformation package --template-file template.yml --s3-bucket $ARTIFACT_STORE --s3-prefix package --output-template-file packaged-app-template.yml
2324
artifacts:

0 commit comments

Comments
 (0)