Skip to content
Snippets Groups Projects
Commit e00ef071 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

better minify

parent 0fb54524
No related branches found
No related tags found
No related merge requests found
Pipeline #32 failed with stage
...@@ -21,6 +21,8 @@ Vagrant.configure("2") do |config| ...@@ -21,6 +21,8 @@ Vagrant.configure("2") do |config|
apt-get install -y cassandra=3.0.9 dsc30 cassandra-tools apt-get install -y cassandra=3.0.9 dsc30 cassandra-tools
# Minify # Minify
service cassandra stop
rm -rf /var/lib/cassandra/*
apt-get clean apt-get clean
dd if=/dev/zero of=/EMPTY bs=1M dd if=/dev/zero of=/EMPTY bs=1M
rm -f /EMPTY rm -f /EMPTY
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment