File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ for REPO in ${SAGE_CI_FIXES_FROM_REPOSITORIES:-sagemath/sage}; do
42
42
# Considered alternative: Use https://github.com/$REPO/pull/$a.diff,
43
43
# which squashes everything into one diff without commit metadata.
44
44
PULL_URL=" https://github.com/$REPO /pull/$a "
45
+ PULL_SHORT=" $REPO #$a "
45
46
PULL_FILE=" $REPO_FILE -$a "
46
47
PATH=build/bin:$PATH build/bin/sage-download-file --quiet " $PULL_URL .patch" $PULL_FILE .patch
47
48
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
67
68
git am --signoff --show-current-patch=diff
68
69
echo " --------------------------------------------------------------------8<-----------------------------"
69
70
echo " ::endgroup::"
70
- echo " Failure applying $PULL_URL as a patch, resetting"
71
+ echo " Failure applying $PULL_SHORT as a patch, resetting"
71
72
git am --signoff --abort
72
73
fi
73
74
done
You can’t perform that action at this time.
0 commit comments