Merge "Fix failure to complete pull-tools in tripleo gate"
This commit is contained in:
commit
580624f52c
@ -32,10 +32,14 @@ sudo DEBIAN_FRONTEND=noninteractive apt-get \
|
|||||||
|
|
||||||
rm -rf ~/tripleo
|
rm -rf ~/tripleo
|
||||||
mkdir -p ~/tripleo
|
mkdir -p ~/tripleo
|
||||||
|
export TRIPLEO_ROOT=~/tripleo
|
||||||
|
|
||||||
cd ~/tripleo
|
cd ~/tripleo
|
||||||
git clone https://review.openstack.org/p/openstack/tripleo-incubator
|
git clone https://review.openstack.org/p/openstack/tripleo-incubator
|
||||||
bash tripleo-incubator/scripts/pull-tools
|
bash tripleo-incubator/scripts/pull-tools
|
||||||
|
# Instead of running pull-tools, we'll eventually want to get the
|
||||||
|
# refresh-env script working:
|
||||||
|
# source tripleo-incubator/scripts/refresh-env ~/tripleo
|
||||||
|
|
||||||
# We'll want something like this for triplo when we do dependencies
|
# We'll want something like this for triplo when we do dependencies
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user