Blockstreamer annotation fix for non buildkite deployments (#4045)
This commit is contained in:
@ -188,7 +188,7 @@ else
|
||||
fi
|
||||
|
||||
annotate() {
|
||||
${BUILDKITE:-false} && {
|
||||
[[ -z $BUILDKITE ]] || {
|
||||
buildkite-agent annotate "$@"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user