Fix typo in cloud number

If we are on rh1 cloud, let's source rh1.env file.

Change-Id: Ife88b4d0b920dae6e2830748c91dbccfd55a17eb
This commit is contained in:
Sagi Shnaidman 2017-03-27 23:08:11 +03:00
parent 26c2aae8c2
commit 08f8d766d5
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ export EPEL_MIRROR=http://$NODEPOOL_MIRROR_HOST/epel
# host setup
if [ $NODEPOOL_CLOUD == 'tripleo-test-cloud-rh1' ]; then
source $(dirname $0)/scripts/rh2.env
source $(dirname $0)/scripts/rh1.env
# In order to save space remove the cached git repositories, at this point in
# CI the ones we are interested in have been cloned to /opt/stack/new. We

View File

@ -12,7 +12,7 @@ export CENTOS_MIRROR=http://$NODEPOOL_MIRROR_HOST/centos
export EPEL_MIRROR=http://$NODEPOOL_MIRROR_HOST/epel
if [ $NODEPOOL_CLOUD == 'tripleo-test-cloud-rh1' ]; then
source $(dirname $0)/scripts/rh2.env
source $(dirname $0)/scripts/rh1.env
# In order to save space remove the cached git repositories, at this point in
# CI the ones we are interested in have been cloned to /opt/stack/new. We