Fixed KEY_DIR for the trove-buildimage-mysql job

The trove-buildimage-mysql job no longer specifies a non-existent
directory for the KEY_DIR. This means that the right key is now
being injected into the built trove mysql image.

Change-Id: I5429cdb2467c36cdd307f249fc0141a3ced39b16
This commit is contained in:
Nikhil Manchanda 2014-06-09 18:15:01 -07:00
parent 2c4cdcd317
commit df8a5179ee

@ -11,7 +11,7 @@
sudo mkdir -p /opt/trove-image-build
sudo chown $(whoami) /opt/trove-image-build
export DEST=/opt/trove-image-build
export KEY_DIR=`pwd`/files/keys
export KEY_DIR=`pwd`/scripts/files/keys
cd scripts
./redstack build-image mysql
mv $HOME/images/ubuntu_mysql/ubuntu_mysql.qcow2 $WORKSPACE/ubuntu_mysql.qcow2