Skip to content

Commit

Permalink
Free up space on the build machine as recommended by Semaphore support.
Browse files Browse the repository at this point in the history
  • Loading branch information
fasaxc authored and Brian-McM committed Jun 17, 2020
1 parent acf1dab commit 857265f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ blocks:
task:
prologue:
commands:
# Free up space on the build machine.
- sudo rm -rf ~/.kiex ~/.phpbrew ~/.rbenv ~/.nvm ~/.kerl
- checkout
- cache restore go-pkg-cache
- cache restore go-mod-cache
Expand Down

0 comments on commit 857265f

Please sign in to comment.