Skip to content

Commit

Permalink
fix(container): Cleanup process
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel A. Cabrera Minagorri <[email protected]>
  • Loading branch information
miguelaeh committed Jan 22, 2024
1 parent 8b7c799 commit fbc50aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/scripts/libpipeless.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ pipeless_install() {
bash install.sh --build
)
# Cleanup
rm -rf /tmp/*
rm -f /tmp/rustup-init.sh /tmp/install.sh
rm -rf /.rustup/*
rm -rf /.cargo/*
}
Expand Down

0 comments on commit fbc50aa

Please sign in to comment.