diff options
-rwxr-xr-x | jjb/infra/bifrost-verify.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/infra/bifrost-verify.sh b/jjb/infra/bifrost-verify.sh index dbe39762c..48f916e72 100755 --- a/jjb/infra/bifrost-verify.sh +++ b/jjb/infra/bifrost-verify.sh @@ -24,7 +24,7 @@ function upload_logs() { gsutil -q cp -Z ${WORKSPACE}/build_log.txt ${BIFROST_GS_URL}/build_log.txt rm ${WORKSPACE}/build_log.txt - [[ ! -d ${WORKSPACE}/logs ]] && exit 0 + [[ ! -d ${WORKSPACE}/logs ]] && return 0 pushd ${WORKSPACE}/logs/ &> /dev/null for x in *.log; do |