Manually run install-distro-packages for tripleoclient job

Because our project is not cloned directly into $WORKSPACE, we need to
make sure we are in the proper directory before running
install-distro-packages script.

Change-Id: I0a0e534b3358f7580b615307b5856b11065d73a9
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2016-08-11 13:59:05 -04:00
parent 61349ec899
commit b6addc2a2e
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 4 additions and 1 deletions

View File

@ -69,7 +69,10 @@
- link-logs
- net-info
- python-tripleoclient-buildimage-checkout
- install-distro-packages
- shell: |
#!/bin/bash -xe
cd python-tripleoclient
/usr/local/jenkins/slave_scripts/install-distro-packages.sh
- shell: |
#!/bin/bash -xe
cd python-tripleoclient