Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
xMasterX committed Mar 23, 2024
1 parent aff265d commit 90edac5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,15 @@ steps:
- ./fbt COMPACT=1 DEBUG=0 updater_package
- mkdir artifacts-base
- mkdir artifacts-totp
- mkdir artifacts-mfkey
- mkdir dist/f7-C/f7-update-local/resources
- tar xf dist/f7-C/f7-update-local/resources.tar -C dist/f7-C/f7-update-local/resources
- mv dist/f7-C/f7-update-local/resources/apps/* artifacts-base/
- mv dist/f7-C/f7-update-local/resources/apps_data/totp/* artifacts-totp/
- mv dist/f7-C/f7-update-local/resources/apps_data/mfkey/* artifacts-mfkey/
- ls -laS artifacts-base
- ls -laS artifacts-totp
- ls -laS artifacts-totp/plugins
- ls -laS artifacts-mfkey/plugins
- rm -f artifacts-base/GPIO/gpio.fap
- rm -f artifacts-base/iButton/ibutton.fap
- rm -f artifacts-base/Infrared/infrared.fap
Expand All @@ -54,7 +56,9 @@ steps:
- mkdir base_pack_build
- mv unleashed-firmware/artifacts-base/ base_pack_build
- mkdir -p base_pack_build/apps_data/totp
- mkdir -p base_pack_build/apps_data/mfkey
- mv unleashed-firmware/artifacts-totp/* base_pack_build/apps_data/totp/
- mv unleashed-firmware/artifacts-mfkey/* base_pack_build/apps_data/mfkey/
environment:
FBT_TOOLS_CUSTOM_LINK:
from_secret: fbt_link
Expand Down

0 comments on commit 90edac5

Please sign in to comment.