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

This commit is contained in:
Jonatan Nilsson 2023-11-05 03:51:19 +00:00
parent 316755db9d
commit 3b684df694
3 changed files with 1 additions and 1 deletions

View file

@ -15,7 +15,7 @@ jobs:
CURR_NAME="$(cat package.json | jq -r .name) v$(cat package.json | jq -r .version)" CURR_NAME="$(cat package.json | jq -r .name) v$(cat package.json | jq -r .version)"
echo "Checking https://git.nfp.is/api/v1/repos/${{ gitea.repository }}/releases for name ${CURR_NAME}" 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 || { 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 || curlexit=$?;
if [ $curlexit -eq 0 ] ; then if [ $curlexit -eq 0 ] ; then
echo "Skipping ${{ gitea.job }} since $CURR_NAME already exists"; echo "Skipping ${{ gitea.job }} since $CURR_NAME already exists";