Skip to content

Commit

Permalink
rearrange buildspec
Browse files Browse the repository at this point in the history
This commit addresses some of the PR feedback.
  • Loading branch information
jmayclin committed Jan 23, 2023
1 parent 179b9e4 commit 7e6000e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions codebuild/spec/buildspec_unit_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,11 @@ phases:
- |
if [ -d "third-party-src" ]; then
cd third-party-src;
ln -s /usr/local $CODEBUILD_SRC_DIR/test-deps
fi
- ln -s /usr/local $CODEBUILD_SRC_DIR/test-deps
build:
on-failure: ABORT
commands:
- ln -s /usr/local $CODEBUILD_SRC_DIR/test-deps
- $CB_BIN_DIR/coverage_build.sh
post_build:
on-failure: ABORT
Expand Down

0 comments on commit 7e6000e

Please sign in to comment.