From 74afbbe1d3987118396a3da3d1def4d2ab7d614e Mon Sep 17 00:00:00 2001 From: Chris O'Neil Date: Mon, 12 Feb 2024 14:01:18 +0000 Subject: [PATCH] Revert "ci: re-add disk space debugging" This reverts commit dd05850e841efb7dd870828fb754b237a2fae731. With the newer version of `release-plz` we have about 5GB to spare at the end of the publishing process: ``` Filesystem Size Used Avail Use% Mounted on /dev/root 73G 68G 5.0G 94% / tmpfs 7.9G 172K 7.9G 1% /dev/shm tmpfs 3.2G 1.1M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sda15 105M 6.1M 99M 6% /boot/efi /dev/sdb1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ``` --- .github/workflows/release.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1a84da2b43..fbf8a41c74 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -125,10 +125,7 @@ jobs: shell: bash run: | cargo login ${{ secrets.CRATES_IO_TOKEN }} - df -h release-plz release --git-token ${{ secrets.VERSION_BUMP_COMMIT_PAT }} - df -h - just package-release-assets "safe" just package-release-assets "safenode" just package-release-assets "faucet"