Merge "Fix experimental trove-buildimage-mysql job"

This commit is contained in:
Jenkins 2014-05-30 21:10:41 +00:00 committed by Gerrit Code Review
commit 89c6a07643

View File

@ -8,6 +8,8 @@
- gerrit-git-prep - gerrit-git-prep
- shell: | - shell: |
#!/bin/bash -xe #!/bin/bash -xe
sudo mkdir -p /opt/stack
sudo chown $(whoami) /opt/stack
export DEST=/opt/stack export DEST=/opt/stack
cd scripts cd scripts
./redstack build-image mysql ./redstack build-image mysql
@ -21,3 +23,4 @@
target: 'trove/images/ubuntu_mysql.qcow2' target: 'trove/images/ubuntu_mysql.qcow2'
keep-hierarchy: false keep-hierarchy: false
copy-after-failure: false copy-after-failure: false
- console-log