Merge "Stop building a newton venv for LEAP upgrades"

This commit is contained in:
Zuul 2018-01-08 10:06:34 +00:00 committed by Gerrit Code Review
commit 22bf285757
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ for RELEASES in ${TODO}; do
RELEASE_NAME=${RELEASES}_RELEASE
if [[ ! -f "/opt/leap42/openstack-ansible-${!RELEASE_NAME}-prep.leap" ]]; then
clone_release ${!RELEASE_NAME}
if [[ "${RELEASES}" != "JUNO" ]]; then
if [[ "${RELEASES}" != "JUNO" ]] || [[ "${RELEASES}" != "NEWTON" ]]; then
get_venv ${!RELEASE_NAME}
fi
touch "/opt/leap42/openstack-ansible-${!RELEASE_NAME}-prep.leap"