ci(aio): avoid printing too large PWA report (and restore print-logs.sh
)
There have been some issues lately with Travis jobs failing due to
`print-log.sh`. This is likely due to trying to print the Lighthouse PWA report,
which is too large.
This commit stops printing that report (since it was rarely used and is pretty
easy to acquire when needed) and restores the `print-logs.sh` script (that was
temporarily removed with dfcca66fd
).
This commit is contained in:

committed by
Pete Bacon Darwin

parent
8e00161601
commit
d5dc53ead8
@ -124,9 +124,6 @@ setEnvVar PATH $HOME/.yarn/bin:$PATH
|
||||
setEnvVar NODE_PATH ${NODE_PATH:-}:${PROJECT_ROOT}/dist/all:${PROJECT_ROOT}/dist/tools
|
||||
setEnvVar LOGS_DIR /tmp/angular-build/logs
|
||||
|
||||
# Log file for full PWA testing results
|
||||
setEnvVar PWA_RESULTS_LOG $LOGS_DIR/pwa-results.json
|
||||
|
||||
# strip leading "/home/travis/build/angular/angular/" or "./" path. Could this be done in one shot?
|
||||
CURRENT_SHELL_SOURCE_FILE=${BASH_SOURCE#${PROJECT_ROOT}/}
|
||||
export CURRENT_SHELL_SOURCE_FILE=${CURRENT_SHELL_SOURCE_FILE#./}
|
||||
|
Reference in New Issue
Block a user