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
Peter Bacon Darwin

parent
c460757d2e
commit
10bfa8a11e
@ -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