Skip to content

Commit

Permalink
Archive workspace even on error (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
mslipper committed Sep 8, 2022
1 parent 0f1d0c1 commit 06f1f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
-sim=optimism \
-sim.loglevel=5 \
-docker.pull=true \
-client=go-ethereum,op-geth_optimism-history,op-proposer_develop,op-batcher_develop,op-node_develop,op-contracts_develop |& tee /tmp/build/hive.log
-client=go-ethereum,op-geth_optimism-history,op-proposer_develop,op-batcher_develop,op-node_develop,op-contracts_develop |& tee /tmp/build/hive.log || echo "failed."
- run:
command: |
tar -cvf /tmp/workspace.tgz -C /home/circleci/project /home/circleci/project/workspace
Expand Down

0 comments on commit 06f1f16

Please sign in to comment.