summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorDan Radez <dradez@redhat.com>2016-04-28 18:33:13 -0400
committerDan Radez <dradez@redhat.com>2016-04-28 18:33:36 -0400
commitc48fb85faa46d28d76489cea1b83614a31bc14f4 (patch)
tree111371853b94afeadad5958a80b55014553e19d1 /jjb
parentbe56f9bb69c476c3235e6fca2f4cec6e230ae8f1 (diff)
adding env vars to eventually replace the -r -c params
Change-Id: Ia8b97836462cc693df321e36f33e02fc330d4af4 Signed-off-by: Dan Radez <dradez@redhat.com>
Diffstat (limited to 'jjb')
-rw-r--r--jjb/apex/apex.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/apex/apex.yml b/jjb/apex/apex.yml
index 6dbea1a62..61a50daea 100644
--- a/jjb/apex/apex.yml
+++ b/jjb/apex/apex.yml
@@ -892,7 +892,7 @@
# use local build for verify
if [[ $BUILD_DIRECTORY == *verify-master* ]]; then
if [ ! -e "${WORKSPACE}/build/lib" ]; then ln -s ${WORKSPACE}/lib ${WORKSPACE}/build/lib; fi
- DEPLOY_CMD="./deploy.sh -c ${WORKSPACE}/build -r ${WORKSPACE}/build/images/"
+ DEPLOY_CMD="CONFIG=${WORKSPACE}/build RESOURCES=${WORKSPACE}/build/images/ ./deploy.sh -c ${WORKSPACE}/build -r ${WORKSPACE}/build/images/"
DEPLOY_FILE="${WORKSPACE}/config/deploy/${DEPLOY_SCENARIO}.yaml"
NETWORK_FILE="${WORKSPACE}/config/network/network_settings.yaml"
# Make sure python34 is installed
@@ -941,7 +941,7 @@
if [ "$OPNFV_CLEAN" == 'yes' ]; then
if [[ $BUILD_DIRECTORY == *verify-master* ]]; then
- sudo ./clean.sh
+ sudo CONFIG=../lib ./clean.sh
else
sudo opnfv-clean
fi