Commit 02c5ff7
authored
fix: free disk space in release workflow to prevent Docker build failures (#4572)
<!-- Thanks for sending a pull request! Here are some tips for you: -->
#### What type of PR is this?
Fix
#### What this PR does / why we need it
Adds disk space cleanup step to the release workflow to fix "no space
left on device" errors during Docker image builds.
Fix issue with `mage sql` not downloading dependencies.
#### Which issue(s) this PR fixes
<!--
*Automatically closes linked issue when PR is merged.
Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`.
_If PR is about `failing-tests or flakes`, please post the related
issues/tests in a comment and do not use `Fixes`_*
-->
Fixes #
#### Special notes for your reviewer
Signed-off-by: Dejan Zele Pejchev <[email protected]>1 parent 261f3fe commit 02c5ff7
2 files changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
73 | 80 | | |
74 | 81 | | |
75 | 82 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| 154 | + | |
154 | 155 | | |
155 | 156 | | |
156 | 157 | | |
| |||
0 commit comments