Skip to content

Commit

Permalink
ci: do not build alpine until linux passes (#93)
Browse files Browse the repository at this point in the history
* ci: do not build alpine until linux passes

* ci: only persist the out/codecov-alpine binary
  • Loading branch information
drazisil-codecov authored May 17, 2021
1 parent 57fc3ed commit 8e332e1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
root: .
# Must be relative path from root
paths:
- out
- out/codecov-alpine
- coverage-alpine

test-alpine:
Expand Down Expand Up @@ -393,7 +393,9 @@ workflows:
"Build and Test":
jobs:
- build-linux-and-osx
- build-alpine
- build-alpine:
requires:
- build-linux-and-osx
- test-alpine:
requires:
- build-alpine
Expand Down

0 comments on commit 8e332e1

Please sign in to comment.