puppet: fix integration jobs

Stop 'cd openstack/puppet-openstack-integration', which is not needed
anymore thanks to puppet-openstack-integration-checkout builder.

Change-Id: I68466818431299aa74d934d519a3a772bfe2c2f4
This commit is contained in:
Emilien Macchi 2016-04-15 13:05:15 -04:00
parent b8d5a6e383
commit bf8d53b42f

@ -213,7 +213,6 @@
- install-distro-packages
- shell: |
#!/bin/bash -xe
cd openstack/puppet-openstack-integration
./run_multinode.sh
wrappers:
@ -241,7 +240,6 @@
#!/bin/bash -xe
export PUPPET_VERSION={puppet_version}
export SCENARIO={scenario}
cd openstack/puppet-openstack-integration
mkdir .bundled_gems
export GEM_HOME=`pwd`/.bundled_gems
gem install bundler --no-rdoc --no-ri --verbose