summaryrefslogtreecommitdiffstats
path: root/jjb/apex/apex-deploy.sh
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2017-05-15 21:57:16 -0400
committerTim Rozet <trozet@redhat.com>2017-05-15 21:57:16 -0400
commit39d39a48845a1947823b60bd0a72cafa69356fdf (patch)
treea52010a993515bf473779af26a32843e2c9a1e4d /jjb/apex/apex-deploy.sh
parent58576a78ba7f7f65722b99692ff5ef3d94b2c41c (diff)
Apex: adds missing deploy env vars
Change-Id: I515afe7a8f230ebbece8ee4d99ca7744a6a35fb8 Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'jjb/apex/apex-deploy.sh')
-rwxr-xr-xjjb/apex/apex-deploy.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/jjb/apex/apex-deploy.sh b/jjb/apex/apex-deploy.sh
index 2e00fae90..20b309b4a 100755
--- a/jjb/apex/apex-deploy.sh
+++ b/jjb/apex/apex-deploy.sh
@@ -39,6 +39,8 @@ if [[ "$ARTIFACT_VERSION" =~ dev ]]; then
DEPLOY_CMD="${WORKSPACE}/ci/deploy.sh"
RESOURCES="${WORKSPACE}/.build/"
CONFIG="${WORKSPACE}/build"
+ BASE=$CONFIG
+ IMAGES=$RESOURCES
LIB="${WORKSPACE}/lib"
# Ensure artifacts were downloaded and extracted correctly
@@ -50,6 +52,8 @@ else
DEPLOY_CMD="opnfv-deploy"
RESOURCES="/var/opt/opnfv/images"
CONFIG="/var/opt/opnfv"
+ BASE=$CONFIG
+ IMAGES=$RESOURCES
LIB="/var/opt/opnfv/lib"
fi