Skip to content

Commit 1f77bc8

Browse files
committed
Build PR builds in CodeBuild
This commit updates CodeCommit spec to build the CI builds in CodeCommit instead of CodeDeploy. Signed-off-by: Mark Kirichenko <[email protected]>
1 parent 7c07f80 commit 1f77bc8

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

appspec.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

buildspec.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ phases:
1111
commands:
1212
- echo Build started on `date`
1313
- env | grep CODEBUILD > build_env.txt
14+
- $CODEBUILD_SRC_DIR/ci_entrypoint.sh
1415
post_build:
1516
commands:
1617
- echo Build completed on `date`

0 commit comments

Comments
 (0)