From b118bd6461612f4c114dcd8678d72906f37c28fb Mon Sep 17 00:00:00 2001 From: Andy McKay Date: Thu, 13 Sep 2012 17:25:14 -0700 Subject: [PATCH] add in prod pip to jenkins --- scripts/build-assets.sh | 2 +- scripts/build.sh | 2 +- scripts/run_jstests.sh | 2 +- scripts/run_mkt_tests.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/build-assets.sh b/scripts/build-assets.sh index 049c40039a..320f363c35 100755 --- a/scripts/build-assets.sh +++ b/scripts/build-assets.sh @@ -24,7 +24,7 @@ fi source $VENV/bin/activate -pip install -q -r requirements/compiled.txt +pip install -q -r requirements/compiled.txt -r requirements/prod.txt if [ ! -d "$VENDOR" ]; then echo "No vendor lib? Cloning..." diff --git a/scripts/build.sh b/scripts/build.sh index 2cb8d0f5e1..cbbc314c2f 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -34,7 +34,7 @@ fi source $VENV/bin/activate -pip install -q -r requirements/compiled.txt +pip install -q -r requirements/compiled.txt -r requirements/prod.txt # Create paths we want for addons if [ ! -d "/tmp/warez" ]; then diff --git a/scripts/run_jstests.sh b/scripts/run_jstests.sh index 99e0f2c000..4344b75faf 100755 --- a/scripts/run_jstests.sh +++ b/scripts/run_jstests.sh @@ -27,7 +27,7 @@ fi source $VENV/bin/activate -pip install -q -r requirements/compiled.txt +pip install -q -r requirements/compiled.txt -r requirements/prod.txt # Create paths we want for addons if [ ! -d "/tmp/warez" ]; then diff --git a/scripts/run_mkt_tests.sh b/scripts/run_mkt_tests.sh index a2a62616aa..97d2065c96 100755 --- a/scripts/run_mkt_tests.sh +++ b/scripts/run_mkt_tests.sh @@ -34,7 +34,7 @@ fi source $VENV/bin/activate -pip install -q -r requirements/compiled.txt +pip install -q -r requirements/compiled.txt -r requirements/prod.txt # Create paths we want for addons if [ ! -d "/tmp/warez" ]; then