Skip to content

Commit

Permalink
deb: add missing endgroup marker
Browse files Browse the repository at this point in the history
Signed-off-by: Kentaro Hayashi <[email protected]>
  • Loading branch information
kenhys committed Jul 29, 2024
1 parent a1d41d0 commit bd1971e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fluent-package/apt/confluent-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ CONFLUENT_SCRIPT=$(dirname $(realpath $0))/../run-confluent.sh
echo ${CONFLUENT_SCRIPT}
bash ${CONFLUENT_SCRIPT}

if [ "$CI" = "true" ]; then
echo "::endgroup::"
fi

export PATH=/opt/fluent/bin:$PATH
export INSTALLATION_TEST=true
/usr/sbin/fluentd -c /fluentd/serverspec/test.conf &
Expand Down

0 comments on commit bd1971e

Please sign in to comment.