diff options
author | Tibor Frank <tifrank@cisco.com> | 2018-06-21 07:26:27 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2018-06-21 05:32:59 +0000 |
commit | e7e4bccc4ace21599e773a7b6342883095d66854 (patch) | |
tree | 6964060d9a270bb522f7c1d676dc60bfcd9daeca /resources/tools/presentation/run_cpta.sh | |
parent | c298d66734d2d40e343ac4c60703b9838bdd6301 (diff) |
CSIT-1136: Trending: Redirect "new" to the index.html
Change-Id: I2480a59fb34af70d78bc7404cd380c4b4d3ea483
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation/run_cpta.sh')
-rwxr-xr-x | resources/tools/presentation/run_cpta.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/tools/presentation/run_cpta.sh b/resources/tools/presentation/run_cpta.sh index 954f17d53c..b6bd96f93c 100755 --- a/resources/tools/presentation/run_cpta.sh +++ b/resources/tools/presentation/run_cpta.sh @@ -30,5 +30,7 @@ STATUS=$(python pal.py \ --force) RETURN_STATUS=$? +cp -r new _build/ + echo ${STATUS} exit ${RETURN_STATUS} |