Make Nightly builds expire after 14 days

master
Beq 2023-05-05 00:39:09 +01:00
parent b35fed42a2
commit 3b7b1c89a8
1 changed files with 6 additions and 0 deletions

View File

@ -197,6 +197,12 @@ jobs:
fi
done
shell: bash
- name: make Nightly builds expire after 14 days
if: env.FS_BUILD_TYPE == 'Nightly'
run: |
echo "EXTRA_ARGS=${{ env.EXTRA_ARGS}} --testbuild=14" >> $GITHUB_ENV
- name: Clean up packages to give more space
run: rm *${{ env.fallback_platform }}*bz2
shell: bash