CI: fix path to git commit parsing script

This commit is contained in:
Leonid Pliushch 2019-03-10 21:26:54 +02:00
parent 8731140929
commit 57ec4e6d0d
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ upload-packages:
only:
- master@termux-mirror/termux-packages
script:
- MODIFIED_PACKAGES=$(./scripts/get-modified-packages.sh)
- MODIFIED_PACKAGES=$(./scripts/build/ci/determine_git_changes.sh)
- |
if [ -n "$MODIFIED_PACKAGES" ]; then
./scripts/package_uploader.sh --path ./termux-packages/debs $MODIFIED_PACKAGES