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