We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5562b1 commit 1ff10adCopy full SHA for 1ff10ad
.buildkite/log-results.sh
@@ -12,7 +12,7 @@ for f in $files; do
12
buildkite-agent annotate --append "
13
:ruby: $RUBY_VERSION :phone: $TRANSPORT_VERSION `tail --lines=2 $f | awk -F "-- :" '{print $2}'`
14
15
-"
+" --style 'info' --context 'ctx-info'
16
17
FAILED_TESTS=`grep -A1 "E,.*" $f | sed 's/\#/-/g' | sed 's/^--/\n/g'`
18
if [[ -n "$FAILED_TESTS" ]]; then
0 commit comments