Do not cleanup work dir by default.

This commit is contained in:
Gres 2015-11-06 22:58:16 +03:00
parent eca5d1ed39
commit e0177de97e

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
source ./options.sh $@ source ./options.sh $@
cleanupDirInNeeded $WORK_DIR #cleanupDirInNeeded $WORK_DIR
echo "Running all scripts for $PLATFORM" echo "Running all scripts for $PLATFORM"
#./install_deps $@ #./install_deps $@