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:
parent
61349ec899
commit
b6addc2a2e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user