Updates generatelabs script

Removes unnecessary "bash -c" from the scripts as they are not
required and already being called from the tox.ini.

Change-Id: I533e32d37fd48c9f137ff528f85fb06437f322ce
This commit is contained in:
Pranav Salunke 2015-04-07 14:32:44 +02:00
parent a762f760ef
commit 8b9835dfea

View File

@ -2,9 +2,9 @@
# Used by tox.ini when checking build and publishing docs to website
# Create tarball of labs scripts for Linux/OS X users
bash -c "tar czf publish-docs/trunk/training-guides/labs-scripts.tgz labs"
tar czf publish-docs/trunk/training-guides/labs-scripts.tgz labs
# Generate Windows batch scripts
bash -c "labs/osbash.sh -w cluster"
labs/osbash.sh -w cluster
# Create zip file of labs scripts for Windows users
bash -c "zip -r publish-docs/trunk/training-guides/labs-scripts.zip labs"
zip -r publish-docs/trunk/training-guides/labs-scripts.zip labs