fgjkhfhgjk
Some checks failed
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-rootfs-archives (push) Failing after 5s
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-docker-images (push) Has been skipped
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-changelogs (push) Has been skipped
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-build-info (push) Has been skipped
Some checks failed
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-rootfs-archives (push) Failing after 5s
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-docker-images (push) Has been skipped
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-changelogs (push) Has been skipped
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-build-info (push) Has been skipped
This commit is contained in:
@@ -39,9 +39,9 @@ jobs:
|
||||
- name: Clean workspace tarballs before build
|
||||
run: |
|
||||
echo "[INFO] Cleaning old tarballs..."
|
||||
rm -frv ."${{ env.OUTPUT_DIR }}/*/debian-*.tar.bz2"
|
||||
rm -frv ."${{ env.OUTPUT_DIR }}/*/rootfs-*.tar.bz2"
|
||||
rm -frv ."${{ env.OUTPUT_DIR }}/sha256sums.txt"
|
||||
find "${{ env.OUTPUT_DIR }}" -type f -name 'debian-*.tar.bz2' -exec rm -rfv {} \;
|
||||
find "${{ env.OUTPUT_DIR }}" -type f -name 'rootfs-*.tar.bz2' -exec rm -rfv {} \;
|
||||
find "${{ env.OUTPUT_DIR }}" -type f -name 'sha256sums.txt' -exec rm -rfv {} \;
|
||||
|
||||
- name: Build all Debian rootfs versions sequentially
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user