Merge "Update armada source repository for armada multinode check"

This commit is contained in:
Zuul 2018-06-14 16:45:47 +00:00 committed by Gerrit Code Review
commit 6f590a8d52
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
set -xe
TMP_DIR=$(mktemp -d)
git clone --depth 1 http://github.com/att-comdev/armada.git ${TMP_DIR}/armada
git clone --depth 1 http://github.com/openstack/airship-armada.git ${TMP_DIR}/armada
sudo pip3 install ${TMP_DIR}/armada
sudo make build -C ${TMP_DIR}/armada
sudo rm -rf ${TMP_DIR}