Skip to content

Commit

Permalink
update ci for new archive format
Browse files Browse the repository at this point in the history
  • Loading branch information
xMasterX committed Jul 4, 2024
1 parent 2275f9c commit 23e532b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ steps:
- mkdir artifacts-base
- mkdir artifacts-totp
- mkdir dist/f7-C/f7-update-local/resources
- toolchain/current/bin/python3 scripts/hs.py decompress dist/f7-C/f7-update-local/resources.ths -o dist/f7-C/f7-update-local/resources.tar
- 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/
Expand Down Expand Up @@ -73,6 +74,7 @@ steps:
- ./fbt COMPACT=1 DEBUG=0 updater_package
- mkdir artifacts-extra
- mkdir dist/f7-C/f7-update-local/resources
- toolchain/current/bin/python3 scripts/hs.py decompress dist/f7-C/f7-update-local/resources.ths -o dist/f7-C/f7-update-local/resources.tar
- 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-extra/
- ls -laS artifacts-extra
Expand Down

0 comments on commit 23e532b

Please sign in to comment.