Skip to content

Commit

Permalink
fix(kicker init): remove target/release/examples to avoid `out of dis…
Browse files Browse the repository at this point in the history
…k` issue in CI (#356)
  • Loading branch information
Flouse authored Oct 14, 2023
1 parent 9c30cbd commit 1cbc9aa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions kicker
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,11 @@ function manual_build() {
erun mkdir -p $dstdir
erun cp $srcdir/target/release/godwoken $dstdir
erun cp $srcdir/target/release/gw-tools $dstdir

# Remove target/release/examples to avoid `out of disk` issue in CI
du -hd1 $srcdir/target
rm -rf $srcdir/target/release/examples
du -hd1 $srcdir/target
else
info "skip building Godwoken"
fi
Expand Down

0 comments on commit 1cbc9aa

Please sign in to comment.