fix path for build-image job

Had one 'trove' too many in the path for the build-image job which
caused them all to fail, and missed the integration in the KEY_DIR
definition.

Change-Id: Ib16e02b58b31b56019a9641a2b4726d8834d49e7
This commit is contained in:
Amrith Kumar 2016-10-18 08:28:54 -04:00
parent 0c85032100
commit 508a1abd73

View File

@ -44,8 +44,8 @@
sudo mkdir -p /opt/trove-image-build
sudo chown $(whoami) /opt/trove-image-build
export DEST=/opt/trove-image-build
export KEY_DIR=`pwd`/scripts/files/keys
cd trove/integration/scripts
export KEY_DIR=`pwd`/integration/scripts/files/keys
cd integration/scripts
./trovestack build-image {datastore}
mv $HOME/images/ubuntu_{datastore}/ubuntu_{datastore}.qcow2 $WORKSPACE/{datastore}.qcow2