This commit is contained in:
MX 2023-06-29 14:12:47 +03:00
parent 052a55fe96
commit ab323c53a6
No known key found for this signature in database
GPG key ID: 7CCC66B7DBDD1C83
2 changed files with 2 additions and 2 deletions

View file

@ -316,7 +316,7 @@ steps:
commands:
- export DIST_SUFFIX=${DRONE_BUILD_NUMBER}
- export WORKFLOW_BRANCH_OR_TAG=dev-cfw
- ./fbt VERBOSE=1 COMPACT=1 DEBUG=0 updater_package
- ./fbt COMPACT=1 DEBUG=0 updater_package
- mkdir artifacts-default
- mv dist/f7-C/* artifacts-default/
- ls -laS artifacts-default

View file

@ -4,7 +4,7 @@
# public variables
DEFAULT_SCRIPT_PATH="$(pwd -P)";
FBT_TOOLCHAIN_VERSION="${FBT_TOOLCHAIN_VERSION:-"21"}";
FBT_TOOLCHAIN_VERSION="${FBT_TOOLCHAIN_VERSION:-"22"}";
if [ -z ${FBT_TOOLCHAIN_PATH+x} ] ; then
FBT_TOOLCHAIN_PATH_WAS_SET=0;