diff options
author | Vratko Polak <vrpolak@cisco.com> | 2018-06-20 12:56:41 +0200 |
---|---|---|
committer | Vratko Polak <vrpolak@cisco.com> | 2018-06-20 12:56:41 +0200 |
commit | 2e63ef13b419da1198439617e66cb0f1cfe6be65 (patch) | |
tree | 634ba3c2134a3ed8c81f8ebdc1a9c4a2ef14712b /resources/tools/presentation/run_cpta.sh | |
parent | 39b4a07718ecab94ea331362edb62dfcf678bd09 (diff) |
CSIT-1110: Replace old trending with the new one
+ Remove /new/ folders in presentation and docs.
Change-Id: I870002ba8509189196e778aa1292b93e83a3ec17
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Diffstat (limited to 'resources/tools/presentation/run_cpta.sh')
-rwxr-xr-x | resources/tools/presentation/run_cpta.sh | 4 |
1 files changed, 0 insertions, 4 deletions
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} |