Blockstreamer annotation fix for non buildkite deployments (#4045) (#4047)

automerge
This commit is contained in:
Pankaj Garg
2019-04-27 21:01:26 -07:00
committed by Grimes
parent cf589efbbf
commit 3ebc14f965

View File

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