Blockstreamer annotation fix for non buildkite deployments (#4045)

This commit is contained in:
Pankaj Garg
2019-04-27 20:37:36 -07:00
committed by GitHub
parent 9c1fd55768
commit 13fcfcb964

View File

@ -188,7 +188,7 @@ else
fi fi
annotate() { annotate() {
${BUILDKITE:-false} && { [[ -z $BUILDKITE ]] || {
buildkite-agent annotate "$@" buildkite-agent annotate "$@"
} }
} }