summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorRomanos Skiadas <rski@intracom-telecom.com>2017-03-10 11:04:24 +0200
committerRomanos Skiadas <rski@intracom-telecom.com>2017-03-10 11:04:24 +0200
commit9ad3487063381cccea5e2281c1c43260b60c756e (patch)
tree0186d168f305ce30b1a2a70decbd1e5796ccdff3 /contrib
parentc6cfe5ee1177728db51b65eb795679c3bb7c59c2 (diff)
Remove trailing folder from RESOURCES in contrib
It shouldn't be there and it breaks the script. Change-Id: I0762707a0c55a47b1f576e88c5ff0af979efdfda Signed-off-by: Romanos Skiadas <rski@intracom-telecom.com>
Diffstat (limited to 'contrib')
-rw-r--r--contrib/simple_deploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/simple_deploy.sh b/contrib/simple_deploy.sh
index 6ad727d5..a9d1473a 100644
--- a/contrib/simple_deploy.sh
+++ b/contrib/simple_deploy.sh
@@ -3,7 +3,7 @@ set -e
apex_home=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )/../
export CONFIG=$apex_home/build
export LIB=$apex_home/lib
-export RESOURCES=$apex_home/.build/images/
+export RESOURCES=$apex_home/.build/
export PYTHONPATH=$PYTHONPATH:$apex_home/lib/python
$apex_home/ci/dev_dep_check.sh || true
$apex_home/ci/clean.sh