From 2e63ef13b419da1198439617e66cb0f1cfe6be65 Mon Sep 17 00:00:00 2001 From: Vratko Polak Date: Wed, 20 Jun 2018 12:56:41 +0200 Subject: CSIT-1110: Replace old trending with the new one + Remove /new/ folders in presentation and docs. Change-Id: I870002ba8509189196e778aa1292b93e83a3ec17 Signed-off-by: Vratko Polak --- resources/tools/presentation/run_cpta.sh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'resources/tools/presentation/run_cpta.sh') diff --git a/resources/tools/presentation/run_cpta.sh b/resources/tools/presentation/run_cpta.sh index 15a144d401..954f17d53c 100755 --- a/resources/tools/presentation/run_cpta.sh +++ b/resources/tools/presentation/run_cpta.sh @@ -2,8 +2,6 @@ set -x -( cd new ; ./run_cpta.sh ) - # set default values in config array typeset -A DIR @@ -32,7 +30,5 @@ STATUS=$(python pal.py \ --force) RETURN_STATUS=$? -mv new/_build _build/new - echo ${STATUS} exit ${RETURN_STATUS} -- cgit 1.2.3-korg