update ci

This commit is contained in:
Rath Pascal 2025-02-08 15:26:30 +01:00
parent deda29a665
commit 6eae474e25
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ jobs:
shell: bash shell: bash
- name: Pulling logs - name: Pulling logs
run: curl https://${{ env.CI_DOMAIN }}/api/job/${{ env.CI_JOB }}/logs?token=${{ secrets.CI_TOKEN_RW }} | jq > /tmp/test.log run: curl -f https://${{ env.CI_DOMAIN }}/api/job/${{ env.CI_JOB }}/logs?token=${{ secrets.CI_TOKEN_RW }} | jq > /tmp/test.log
shell: bash shell: bash
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v4

View File

@ -23,7 +23,7 @@ jobs:
shell: bash shell: bash
- name: Starting Tests - name: Starting Tests
run: curl -XPOST https://${{ env.CI_DOMAIN }}/api/job/${{ env.CI_JOB }}?token=${{ secrets.CI_TOKEN_RW }} run: curl -f -XPOST https://${{ env.CI_DOMAIN }}/api/job/${{ env.CI_JOB }}?token=${{ secrets.CI_TOKEN_RW }}
shell: bash shell: bash
- name: You can pull the current logs at this URL - name: You can pull the current logs at this URL