5aa3c903e3
console_log_path accidentally had $ prefixed to it when trying to have a value assigned. Change-Id: Ie11b772b6f00346463cfae0e1a0c85ee6cf83c5c
7 lines
140 B
Bash
Executable File
7 lines
140 B
Bash
Executable File
#!/bin/bash -xe
|
|
|
|
echo "Grabbing consoleLog"
|
|
|
|
console_log_path='consoleText'
|
|
wget -P /tmp --no-check-certificate $BUILD_URL$console_log_path
|