Skip to content

Commit d8b0a12

Browse files
author
Matthias Koeppe
committed
.ci/merge-fixes.sh: Cosmetic change
1 parent 0034cc9 commit d8b0a12

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.ci/merge-fixes.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ for REPO in ${SAGE_CI_FIXES_FROM_REPOSITORIES:-sagemath/sage}; do
4242
# Considered alternative: Use https://github.com/$REPO/pull/$a.diff,
4343
# which squashes everything into one diff without commit metadata.
4444
PULL_URL="https://github.com/$REPO/pull/$a"
45+
PULL_SHORT="$REPO#$a"
4546
PULL_FILE="$REPO_FILE-$a"
4647
PATH=build/bin:$PATH build/bin/sage-download-file --quiet "$PULL_URL.patch" $PULL_FILE.patch
4748
date -u +"%Y-%m-%dT%H:%M:%SZ" > $PULL_FILE.date # Record the date, for future reference
@@ -67,7 +68,7 @@ for REPO in ${SAGE_CI_FIXES_FROM_REPOSITORIES:-sagemath/sage}; do
6768
git am --signoff --show-current-patch=diff
6869
echo "--------------------------------------------------------------------8<-----------------------------"
6970
echo "::endgroup::"
70-
echo "Failure applying $PULL_URL as a patch, resetting"
71+
echo "Failure applying $PULL_SHORT as a patch, resetting"
7172
git am --signoff --abort
7273
fi
7374
done

0 commit comments

Comments
 (0)