Skip to content

Commit

Permalink
explicitly exit docker run
Browse files Browse the repository at this point in the history
Signed-off-by: Pranay Valson <[email protected]>
  • Loading branch information
noslav committed Sep 29, 2023
1 parent 41a4584 commit 557a7ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ services:
MIX_ENV=docker mix coveralls.json;
curl -Os https://uploader.codecov.io/latest/linux/codecov;
chmod +x codecov;
./codecov -t $CODECOV_TOKEN -C $GITHUB_SHA -r $CODECOV_SLUG -B $GITHUB_HEAD_REF; "
./codecov -t $CODECOV_TOKEN -C $GITHUB_SHA -r $CODECOV_SLUG -B $GITHUB_HEAD_REF;
exit 0; "
environment:
- NODE_ETHEREUM_MAINNET=${NODE_ETHEREUM_MAINNET}
- BLOCK_RESULT_OPERATOR_PRIVATE_KEY=${BLOCK_RESULT_OPERATOR_PRIVATE_KEY}
Expand Down

0 comments on commit 557a7ca

Please sign in to comment.