Skip to content

Commit

Permalink
ci: add check for third-party-src in disable rand override buildspec (#…
Browse files Browse the repository at this point in the history
…5137)

Co-authored-by: Boquan Fang <[email protected]>
  • Loading branch information
boquan-fang and Boquan Fang authored Feb 20, 2025
1 parent f8904b1 commit b118b33
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions codebuild/spec/buildspec_disable_rand_override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ env:
CTEST_OUTPUT_ON_FAILURE: 1

phases:
pre_build:
commands:
- |
if [ -d "third-party-src" ]; then
cd third-party-src;
fi
build:
on-failure: ABORT
commands:
Expand Down

0 comments on commit b118b33

Please sign in to comment.