We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8f1968 commit 76ca005Copy full SHA for 76ca005
.circleci/config.yml
@@ -47,7 +47,7 @@ jobs:
47
- matlab/run-tests:
48
source-folder: code
49
- run:
50
- command: tar --ignore-failed-read -cvzf mw-logs.tar /home/circleci/project/mw_logs "$TEMP"/mathworks_*.log "$TMPDIR"/mathworks_*.log /tmp/mathworks_*.log
+ command: tar -cvzf mw-logs.tar /home/circleci/project/mw_logs "$TEMP"/mathworks_*.log "$TMPDIR"/mathworks_*.log /tmp/mathworks_*.log || true
51
when: on_fail
52
shell: bash
53
- store_artifacts:
0 commit comments