File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1818 packages : write
1919 statuses : read
2020 strategy :
21+ fail-fast : false
2122 matrix :
2223 include :
2324 - title : " astral-glibc"
Original file line number Diff line number Diff line change @@ -11,7 +11,8 @@ SRC_REPO="astral-sh/python-build-standalone"
1111 pushd " $( mktemp -d) " & > /dev/null && TMPDIR=" $( realpath .) "
1212 # Fetch Release Metadata
1313 for i in {1..5}; do
14- gh api " repos/${SRC_REPO} /releases" --paginate | jq . > " ${TMPDIR} /RELEASES.json" && break
14+ # gh api "repos/${SRC_REPO}/releases" --paginate | jq . > "${TMPDIR}/RELEASES.json" && break
15+ gh api " repos/${SRC_REPO} /releases" | jq . > " ${TMPDIR} /RELEASES.json" && break
1516 echo " Retrying... ${i} /5"
1617 sleep 2
1718 done
Original file line number Diff line number Diff line change @@ -11,7 +11,8 @@ SRC_REPO="astral-sh/python-build-standalone"
1111 pushd " $( mktemp -d) " & > /dev/null && TMPDIR=" $( realpath .) "
1212 # Fetch Release Metadata
1313 for i in {1..5}; do
14- gh api " repos/${SRC_REPO} /releases" --paginate | jq . > " ${TMPDIR} /RELEASES.json" && break
14+ # gh api "repos/${SRC_REPO}/releases" --paginate | jq . > "${TMPDIR}/RELEASES.json" && break
15+ gh api " repos/${SRC_REPO} /releases" | jq . > " ${TMPDIR} /RELEASES.json" && break
1516 echo " Retrying... ${i} /5"
1617 sleep 2
1718 done
You can’t perform that action at this time.
0 commit comments