From 9ad3487063381cccea5e2281c1c43260b60c756e Mon Sep 17 00:00:00 2001 From: Romanos Skiadas Date: Fri, 10 Mar 2017 11:04:24 +0200 Subject: 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 --- contrib/simple_deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.2.3-korg