CI: fix path to git commit parsing script
This commit is contained in:
parent
8731140929
commit
57ec4e6d0d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user