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

Jonatan Nilsson 2023-11-04 04:03:27 +00:00
parent 1927d398a1
commit 20b7fdfa48
1 changed files with 5 additions and 1 deletions

View File

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