Remove crontabs when deploying devstack vms.

Change-Id: Ib33844e2ffb9f70332527ae7af4e443aa571034c
This commit is contained in:
James E. Blair
2011-12-01 10:44:02 -08:00
parent b2799007f8
commit 1af9d7757d

View File

@@ -20,6 +20,11 @@
# limitations under the License.
set -o errexit
# Remove any crontabs left over from the image
sudo crontab -u root -r || /bin/true
sudo crontab -u jenkins -r || /bin/true
cd workspace
DEST=/opt/stack