Added package filtering
Some checks failed
Build on push / prepare (push) Successful in 5s
Build on push / build (push) Failing after 15s

This commit is contained in:
2026-02-14 20:48:34 +01:00
parent 5e493513f1
commit 98abbe661c
23 changed files with 2072 additions and 193 deletions

View File

@@ -45,21 +45,3 @@ jobs:
-H "Authorization: token ${{ secrets.CI_ACCESS_TOKEN }}" \
-T publish/linux-x64/sh.actions.package-cleanup \
"https://git.sh-edraft.de/api/packages/sh-edraft.de/generic/package-cleanup/$(cat ../../version.txt)/package-cleanup-linux-x64"
test:
runs-on: [runner]
needs: build
container: git.sh-edraft.de/sh-edraft.de/act-runner:latest
steps:
- name: Download and test package-cleanup tool
shell: bash
run: |
curl -OJ https://git.sh-edraft.de/api/packages/sh-edraft.de/generic/package-cleanup/package-cleanup-linux-x64
# Make executable
chmod +x package-cleanup-linux-x64
- name: Run package-cleanup
shell: bash
run: |
./package-cleanup-linux-x64