Set SETUP_PIP=false for tools/prep-apply.sh
Because we are running tests in the gate, we can skip downloading pip, as our images have already been setup to use the latest version. Change-Id: I3d235334e0457b70bb69a8fe4b475e69d84c3407 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
f5358e9cfa
commit
7797b5927a
@ -44,7 +44,7 @@ declare -A INTEGRATION_MODULES
|
||||
source $MODULE_ENV_FILE
|
||||
|
||||
# Install puppet
|
||||
sudo -E bash -x $ROOT/install_puppet.sh
|
||||
SETUP_PIP=false sudo -E bash -x $ROOT/install_puppet.sh
|
||||
# Install SOURCE_MODULES
|
||||
sudo -E bash -x $ROOT/install_modules.sh
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user