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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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