fix configuration for cirrus ci

This commit is contained in:
Leonid Pliushch 2021-05-19 17:16:29 +03:00
parent bf2c32cae1
commit 7aa85ab4e6
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with 1 additions and 4 deletions

View File

@ -52,10 +52,7 @@ task:
fi
build_script: |
bash ./scripts/cirrus-ci_dispatcher.sh
if ls ./termux-packages/debs/*.deb >/dev/null 2>&1; then
mv ./termux-packages/debs/*.deb ./debs/
fi
bash ./scripts/build/ci/cirrus-ci_dispatcher.sh
output_artifacts:
path: "./debs/*.deb"