Update config.yml

This commit is contained in:
Carlo Dandan
2022-10-25 03:00:05 +08:00
committed by GitHub
parent 226c706a1b
commit a6bcbf9e69
+1 -8
View File
@@ -26,6 +26,7 @@ jobs:
chmod a+x ~/OrangeFox/Sync/sync/orangefox_sync.sh
cd ~/OrangeFox/Sync/sync
(yes || true) | ./orangefox_sync.sh --branch 12.1 --path ~/fox_12.1
- run:
name: Build OrangeFox
command: |
@@ -37,14 +38,6 @@ jobs:
export LC_ALL="C"
lunch twrp_cannong-eng && mka adbd recovery.img
- run:
name: Creating Dummy Artifacts
command: |
echo "OrangeFox*.img" > ~/fox_12.1/out/target/product/cannong/OrangeFox*.img
echo "OrangeFox*.zip" > ~/fox_12.1/out/target/product/cannong/OrangeFox*.zip
mkdir /tmp/artifacts;
echo "my artifact files in a dir"
- store_artifacts:
path: |
~/fox_12.1/out/target/product/cannong/OrangeFox*.img