Gary Wu | ee95ea5 | 2018-01-25 16:06:29 -0800 | [diff] [blame] | 1 | #!/bin/bash |
2 | set -xe -o pipefail | ||||
3 | |||||
4 | echo Job triggered by $SRC_BUILD_URL | ||||
5 | echo Retriving logs from $LOG_DIR_URL | ||||
6 | |||||
7 | rm -rf archives | ||||
8 | wget -r -nv -nd --no-parent -l 1 --reject="index.html*" -P archives "$LOG_DIR_URL" | ||||
9 | cat archives/console.log |