Fix the write argument for wget
Download the console log into the correct position instead of trying to put it into a dir. Change-Id: I91d8f37aa6645e94b16cbda8179d679a8ef9d164
This commit is contained in:
parent
8980bfe9c5
commit
9f4ae44e6e
@ -3,4 +3,4 @@
|
||||
echo "Grabbing consoleLog"
|
||||
|
||||
console_log_path='consoleText'
|
||||
wget -P /tmp/console.txt --no-check-certificate $BUILD_URL$console_log_path
|
||||
wget -O /tmp/console.txt --no-check-certificate $BUILD_URL$console_log_path
|
||||
|
Loading…
x
Reference in New Issue
Block a user