Yes more testing
Gitea Actions Demo / nfp_moe (push) Failing after 7m37s Details
continuous-integration/appveyor/branch AppVeyor build succeeded Details

Jonatan Nilsson 2023-11-04 04:04:37 +00:00
parent 20b7fdfa48
commit 4b9d6b6522
1 changed files with 1 additions and 6 deletions

View File

@ -8,14 +8,9 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: Enter nfp_moe
run: |
cd ${{ gitea.job }}
pwd
- name: Check for new release
run: |
ls ${{ gitea.workspace }}
pwd
cd ${{ gitea.job }}
CURR_VER="$(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}"