summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorDan Radez <dradez@redhat.com>2017-04-04 12:54:12 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-04-04 12:54:12 +0000
commita241a5458819cc3488a2e3934daa4a07c662c9dd (patch)
treee3bb0a87e7741d63118e80067dd984812c3b1aaa /contrib
parentd350e73e338e02513e75648c668fbadbae6dd535 (diff)
parent21c3c7fa27015fb727ce88cd5eb2821138f08283 (diff)
Merge "Removing Deprecated ENV handling"
Diffstat (limited to 'contrib')
-rw-r--r--contrib/simple_deploy.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/simple_deploy.sh b/contrib/simple_deploy.sh
index f31db3e2..0b9b6caa 100644
--- a/contrib/simple_deploy.sh
+++ b/contrib/simple_deploy.sh
@@ -1,9 +1,9 @@
#!/bin/bash
set -e
apex_home=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )/../
-export CONFIG=$apex_home/build
+export BASE=$apex_home/build
export LIB=$apex_home/lib
-export RESOURCES=$apex_home/.build/
+export IMAGES=$apex_home/.build/
export PYTHONPATH=$PYTHONPATH:$apex_home/lib/python
$apex_home/ci/dev_dep_check.sh || true
$apex_home/ci/clean.sh