system-config/modules/openstack_project/files/slave_scripts/grab_console_log.sh
Joshua Hesketh 5aa3c903e3 Fix grab_console_log variable typo
console_log_path accidentally had $ prefixed to it when trying to
have a value assigned.

Change-Id: Ie11b772b6f00346463cfae0e1a0c85ee6cf83c5c
2014-06-05 12:46:11 +10:00

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