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:
Paul Belanger 2017-10-15 21:24:40 -04:00
parent f5358e9cfa
commit 7797b5927a
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 1 additions and 1 deletions

View File

@ -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