CI: fix pull requests URL in dispatcher script

This commit is contained in:
Leonid Pliushch 2019-07-21 02:29:24 +03:00
parent 1f4d1092e6
commit 088cf170a7
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ set -e
if ! $DO_UPLOAD; then
echo "[*] Building packages: $PACKAGE_NAMES"
if [ -n "$CIRRUS_PR" ]; then
echo "[*] Pull request: https://github.com/termux/unstable-packages/pull/${CIRRUS_PR}"
echo "[*] Pull request: https://github.com/termux/termux-packages/pull/${CIRRUS_PR}"
else
if [ -n "$CIRRUS_LAST_GREEN_CHANGE" ]; then
echo "[*] Changes: ${CIRRUS_LAST_GREEN_CHANGE}..${CIRRUS_CHANGE_IN_REPO}"