aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/presentation/run_cpta.sh
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2018-06-21 09:59:54 +0200
committerTibor Frank <tifrank@cisco.com>2018-06-21 10:02:21 +0200
commit2ca419cc7795615c3954ca3e499b99599ae44706 (patch)
treea082022e2d5acce441bb7d13949cc00e97b09c47 /resources/tools/presentation/run_cpta.sh
parente7e4bccc4ace21599e773a7b6342883095d66854 (diff)
CSIT-1136: Trending: Redirect "new" to the index.html
- remove the code which generated redirection Change-Id: Ia12ea1129724d92a6ac6e88782e562c23722ae48 Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation/run_cpta.sh')
-rwxr-xr-xresources/tools/presentation/run_cpta.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/resources/tools/presentation/run_cpta.sh b/resources/tools/presentation/run_cpta.sh
index b6bd96f93c..954f17d53c 100755
--- a/resources/tools/presentation/run_cpta.sh
+++ b/resources/tools/presentation/run_cpta.sh
@@ -30,7 +30,5 @@ STATUS=$(python pal.py \
--force)
RETURN_STATUS=$?
-cp -r new _build/
-
echo ${STATUS}
exit ${RETURN_STATUS}