Commit 221e8c29 authored by Łukasz Nowak's avatar Łukasz Nowak

deploy-test: Silence untarring

parent eae1e861
......@@ -2183,7 +2183,7 @@ TFILE="archive.tar.gz"
mkdir -p $DFILE
cd $DFILE
wget -O $TFILE http://10.0.2.100/playbook.tar.gz
tar -xzvf $TFILE
tar -xzf $TFILE
rm $TFILE
DFILE="/test/slapos/"
......@@ -2191,7 +2191,7 @@ TFILE="archive.tar.gz"
mkdir -p $DFILE
cd $DFILE
wget -O $TFILE http://10.0.2.100/slapos.tar.gz
tar -xzvf $TFILE
tar -xzf $TFILE
rm $TFILE
clear
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment