Fix grab_console_log variable typo
console_log_path accidentally had $ prefixed to it when trying to have a value assigned. Change-Id: Ie11b772b6f00346463cfae0e1a0c85ee6cf83c5c
This commit is contained in:
parent
2f038884b6
commit
5aa3c903e3
@ -2,5 +2,5 @@
|
||||
|
||||
echo "Grabbing consoleLog"
|
||||
|
||||
$console_log_path='consoleText'
|
||||
console_log_path='consoleText'
|
||||
wget -P /tmp --no-check-certificate $BUILD_URL$console_log_path
|
||||
|
Loading…
x
Reference in New Issue
Block a user