Fix config order

This commit is contained in:
John Kleinschmidt
2018-09-24 14:15:47 -04:00
parent c3345bb003
commit 7d55f0e6de

View File

@@ -214,6 +214,18 @@ step-show-sccache-stats: &step-show-sccache-stats
name: Check sccache stats after build
command: $SCCACHE_PATH -s
step-mksnapshot-build: &step-mksnapshot-build
run:
name: mksnapshot build
command: |
cd src
ninja -C out/Default electron:electron_mksnapshot_zip
step-mksnapshot-store: &step-mksnapshot-store
store_artifacts:
path: src/out/Default/mksnapshot.zip
destination: mksnapshot
# Lists of steps.
steps-checkout: &steps-checkout
steps:
@@ -318,18 +330,6 @@ steps-native-mksnapshot-build: &steps-native-mksnapshot-build
path: src/out/native_mksnapshot/native_mksnapshot.zip
destination: native_mksnapshot
step-mksnapshot-build: &step-mksnapshot-build
run:
name: mksnapshot build
command: |
cd src
ninja -C out/Default electron:electron_mksnapshot_zip
step-mksnapshot-store: &step-mksnapshot-store
store_artifacts:
path: src/out/Default/mksnapshot.zip
destination: mksnapshot
steps-ffmpeg-build: &steps-ffmpeg-build
steps:
- attach_workspace: