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