mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-30 21:29:07 +08:00
Fix text grouping issue on github actions
github action grouping is broken because we were outputing "::endgroup" where it needs "::endgroup::". This patch also added some addtional grouping around contianer setup phase, making output easier to read.
This commit is contained in:
committed by
Andrii Nakryiko
parent
f8ab8bde8e
commit
3f22535d56
@@ -17,7 +17,7 @@ travis_fold() {
|
||||
line="$line - ${YELLOW}$3${NOCOLOR}"
|
||||
fi
|
||||
else
|
||||
line="::endgroup"
|
||||
line="::endgroup::"
|
||||
fi
|
||||
echo -e "$line"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user