Remove crontabs when deploying devstack vms.
Change-Id: Ib33844e2ffb9f70332527ae7af4e443aa571034c
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user