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. I don't think I actually
need to be doing any of the third party test dependency things.
  • Loading branch information
jmayclin committed Jan 23, 2023
1 parent fa8e35e commit 02b7948
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions codebuild/spec/buildspec_unit_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,10 @@ env:
phases:
pre_build:
commands:
- |
if [ -d "third-party-src" ]; then
cd third-party-src;
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 02b7948

Please sign in to comment.