Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1239cc5673 |
@@ -326,3 +326,15 @@ jobs:
|
||||
run: |
|
||||
source /tmp/build-ctx/build.env
|
||||
bash scripts/report-status.sh failure "Tag $NEXT_VERSION FAILED" ci-docker-tag
|
||||
|
||||
cleanup:
|
||||
runs-on: ubuntu-latest
|
||||
needs: [tag-commit]
|
||||
if: always()
|
||||
steps:
|
||||
- name: Delete build artifacts
|
||||
run: |
|
||||
echo "Siivotaan artifactit..."
|
||||
curl -s -X DELETE \
|
||||
-H "Authorization: token ${{ secrets.GITEA_TOKEN }}" \
|
||||
"${{ gitea.server_url }}/api/v1/repos/${{ github.repository }}/actions/artifacts"
|
||||
|
||||
Reference in New Issue
Block a user