diff --git a/scripts/test-bifrost-build-images.sh b/scripts/test-bifrost-build-images.sh index cfbbadbc1..6f086ee27 100755 --- a/scripts/test-bifrost-build-images.sh +++ b/scripts/test-bifrost-build-images.sh @@ -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 diff --git a/scripts/test-bifrost.sh b/scripts/test-bifrost.sh index 9a772e2eb..25f8124a4 100755 --- a/scripts/test-bifrost.sh +++ b/scripts/test-bifrost.sh @@ -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