summaryrefslogtreecommitdiffstats
path: root/contrib/simple_deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/simple_deploy.sh')
-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