what
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded
Gitea Actions Demo / nfp_moe (push) Successful in -83h55m7s

This commit is contained in:
Jonatan Nilsson 2023-11-05 04:06:45 +00:00
parent c2c1a95d8d
commit 257a72205c

View file

@ -16,7 +16,7 @@ jobs:
echo "Checking https://git.nfp.is/api/v1/repos/${{ gitea.repository }}/releases for name ${CURR_NAME}"
curl -s -X GET -H "Authorization: token ${{ secrets.deploytoken }}" https://git.nfp.is/api/v1/repos/${{ gitea.repository }}/releases | grep -o "\"name\"\:\"${CURR_NAME}\"" > /dev/null || { export curlexit="$?"; }
curl -s -X GET -H "Authorization: token ${{ secrets.deploytoken }}" https://git.nfp.is/api/v1/repos/${{ gitea.repository }}/releases | grep -o "\"name\"\:\"${CURR_NAME}\"" > /dev/null || { export curlexit="hello world"; }
echo "$curlexit"
if [ $curlexit -eq 0 ] ; then