CI: fix pull requests URL in dispatcher script
This commit is contained in:
parent
1f4d1092e6
commit
088cf170a7
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user