dev #1

Merged
edraft merged 37 commits from dev into master 2026-02-22 00:19:00 +01:00
Showing only changes of commit a2e4152d5e - Show all commits

View File

@@ -29,7 +29,7 @@ runs:
- name: Download and test package-cleanup tool - name: Download and test package-cleanup tool
shell: bash shell: bash
run: | run: |
curl -OJ https://git.sh-edraft.de/api/packages/sh-edraft.de/generic/package-cleanup/package-cleanup-linux-x64 curl -OJ https://git.sh-edraft.de/api/packages/sh-edraft.de/generic/package-cleanup/latest/package-cleanup-linux-x64
# Make executable # Make executable
chmod +x package-cleanup-linux-x64 chmod +x package-cleanup-linux-x64
@@ -49,6 +49,4 @@ runs:
echo "Starting cleanup..." echo "Starting cleanup..."
./package-cleanup-linux-x64 ./package-cleanup-linux-x64
echo "Cleanup completed." echo "Cleanup completed."
sleep 10000000
rm package-cleanup-linux-x64