diff options
author | Romanos Skiadas <rski@intracom-telecom.com> | 2017-03-10 11:04:24 +0200 |
---|---|---|
committer | Romanos Skiadas <rski@intracom-telecom.com> | 2017-03-10 11:04:24 +0200 |
commit | 9ad3487063381cccea5e2281c1c43260b60c756e (patch) | |
tree | 0186d168f305ce30b1a2a70decbd1e5796ccdff3 | |
parent | c6cfe5ee1177728db51b65eb795679c3bb7c59c2 (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>
-rw-r--r-- | contrib/simple_deploy.sh | 2 |
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 |