
Download the console log into the correct position instead of trying to put it into a dir. Change-Id: I91d8f37aa6645e94b16cbda8179d679a8ef9d164
7 lines
152 B
Bash
Executable File
7 lines
152 B
Bash
Executable File
#!/bin/bash -xe
|
|
|
|
echo "Grabbing consoleLog"
|
|
|
|
console_log_path='consoleText'
|
|
wget -O /tmp/console.txt --no-check-certificate $BUILD_URL$console_log_path
|