Merge "Fix the write argument for wget"
This commit is contained in:
commit
f5a88a62e2
@ -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