Skip to content

Commit

Permalink
Revert "ci: re-add disk space debugging"
Browse files Browse the repository at this point in the history
This reverts commit dd05850.

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
```
  • Loading branch information
jacderida authored and joshuef committed Feb 12, 2024
1 parent 5600e33 commit 74afbbe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 74afbbe

Please sign in to comment.