Skip to content

Commit

Permalink
Binaries get an inline code block
Browse files Browse the repository at this point in the history
  • Loading branch information
kj4ezj committed Jul 14, 2021
1 parent ddb3d8d commit 81a0013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export BUILD_ROOT="$(eval $WHICH_BIN | tee >(cat - >&9) | sed "s_/bin/${BIN}__g"
if [[ -z "$BUILD_ROOT" ]]; then
FAIL_MSG="'$BIN' binary not found after homebrew installation on $OS_STYLIZED"'!'
echo "FAILURE: $FAIL_MSG"
[[ "$BUILDKITE" == 'true' ]] && echo "**FAILURE:** $FAIL_MSG" | buildkite-agent annotate --style 'error' --context "no-binary-$OS"
[[ "$BUILDKITE" == 'true' ]] && echo "**FAILURE:** $FAIL_MSG" | tr "'" '`' | buildkite-agent annotate --style 'error' --context "no-binary-$OS"
exit 3
else
echo "Found '$BIN' at \"$BUILD_ROOT/bin/$BIN\"."
Expand Down

0 comments on commit 81a0013

Please sign in to comment.