Compare commits
1 Commits
2026.02.14
...
2026.02.14
| Author | SHA1 | Date | |
|---|---|---|---|
| 5e493513f1 |
@@ -46,27 +46,20 @@ jobs:
|
|||||||
-T publish/linux-x64/sh.actions.package-cleanup \
|
-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"
|
"https://git.sh-edraft.de/api/packages/sh-edraft.de/generic/package-cleanup/$(cat ../../version.txt)/package-cleanup-linux-x64"
|
||||||
|
|
||||||
# test:
|
test:
|
||||||
# runs-on: [runner]
|
runs-on: [runner]
|
||||||
# needs: build
|
needs: build
|
||||||
# container: git.sh-edraft.de/sh-edraft.de/act-runner:latest
|
container: git.sh-edraft.de/sh-edraft.de/act-runner:latest
|
||||||
# steps:
|
steps:
|
||||||
# - name: Download and test package-cleanup tool
|
- name: Download and test package-cleanup tool
|
||||||
# shell: bash
|
shell: bash
|
||||||
# run: |
|
run: |
|
||||||
# # Create tools directory
|
curl -OJ https://git.sh-edraft.de/api/packages/sh-edraft.de/generic/package-cleanup/package-cleanup-linux-x64
|
||||||
# mkdir -p .tools
|
|
||||||
|
|
||||||
# # Download the Linux x64 version (since we're running on Linux)
|
# Make executable
|
||||||
# VERSION=$(curl -s https://git.sh-edraft.de/api/packages/sh-edraft.de/generic/package-cleanup | jq -r '.versions[0].name')
|
chmod +x package-cleanup-linux-x64
|
||||||
# curl -L -H "Authorization: token ${{ secrets.CI_ACCESS_TOKEN }}" \
|
|
||||||
# -o .tools/package-cleanup \
|
|
||||||
# "https://git.sh-edraft.de/api/packages/sh-edraft.de/generic/package-cleanup/$VERSION/package-cleanup-linux-x64"
|
|
||||||
|
|
||||||
# # Make executable
|
- name: Run package-cleanup
|
||||||
# chmod +x .tools/package-cleanup
|
shell: bash
|
||||||
|
run: |
|
||||||
# - name: Run package-cleanup
|
./package-cleanup-linux-x64
|
||||||
# shell: bash
|
|
||||||
# run: |
|
|
||||||
# ./.tools/package-cleanup
|
|
||||||
|
|||||||
Reference in New Issue
Block a user