Skip to content

Commit

Permalink
Exit with success at end of collect-artifacts script
Browse files Browse the repository at this point in the history
So that following commands in the semaphore epilogue can still run
even if some artifact collection fails.
  • Loading branch information
Neil Jerram committed Dec 15, 2020
1 parent 286a4b2 commit 6584b09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .semaphore/collect-artifacts
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ if [ -s fv/data-races.log ]; then
xz < fv/data-races.log > artifacts/data-races.log.xz
fi
tar -cJf artifacts/binaries.tar.xz bin/calico-felix-amd64 bin/calico-bpf bin/test-*
exit 0

0 comments on commit 6584b09

Please sign in to comment.