Merge "Fix default log file location"

This commit is contained in:
Jenkins 2015-10-02 19:04:24 +00:00 committed by Gerrit Code Review
commit c505c409d2
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
# Note(TheJulia): If there is a workspace variable, we want to utilize that as
# the preference of where to put logs
LOG_LOCATION=${WORKSPACE:-../logs}
LOG_LOCATION="${WORKSPACE:-..}/logs"
set -eux
set -o pipefail

View File

@ -2,7 +2,7 @@
# Note(TheJulia): If there is a workspace variable, we want to utilize that as
# the preference of where to put logs
LOG_LOCATION=${WORKSPACE:-../logs}
LOG_LOCATION="${WORKSPACE:-..}/logs"
set -eux
set -o pipefail