Fixed mistral experimental job

give root access to docker command

Change-Id: I6817b3341d5a9074ab2ac0228c3ab48e19f1cbb8
This commit is contained in:
hparekh 2016-01-08 10:16:35 +09:00 committed by hardik
parent bc555c27a6
commit 379ffac790

View File

@ -59,8 +59,8 @@
echo "No supported package manager installed on system. Supported: apt, yum"
exit 1
fi
docker build -t mistral-docker .
docker save mistral-docker | gzip > mistral-docker.tar.gz
sudo docker build -t mistral-docker .
sudo docker save mistral-docker | gzip > mistral-docker.tar.gz
publishers:
- scp: