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 ea82fab commit ef1db7eCopy full SHA for ef1db7e
.circleci/config.yml
@@ -19,7 +19,7 @@ defaults: &defaults
19
name: Copy error report
20
command: |
21
mkdir -p build_logs/ffmpeg;
22
- cp build_scripts/ffmpeg-$FFMPEG_VERSION/config.log build_logs/ffmpeg/ || true;
+ cp ffmpeg-$FFMPEG_VERSION/config.log build_logs/ffmpeg/ || true;
23
when: on_fail
24
- store_artifacts:
25
path: build_logs
0 commit comments