CI: Fix CI_HELPER
authorJeffery To <jeffery.to@gmail.com>
Tue, 28 Nov 2023 05:12:05 +0000 (13:12 +0800)
committerRosen Penev <rosenp@gmail.com>
Fri, 1 Dec 2023 19:23:37 +0000 (11:23 -0800)
commit562f5df67fd9436dface35a410e9ce591d9a2894
tree8800e53920d6d08fd99c3ceb0702be49e41e75b7
parente0d7181a6d397e181ccfce4e40374f852d734c5d
CI: Fix CI_HELPER

Commit 18d3c529fa4ab8dafcf6c147cf3cb55792d8ca10 caused CI_HELPER to be
set to "''" (two single quotes), leading to an error when test.sh tries
to source $CI_HELPER.

CI_HELPER is not set anywhere else and not passed into the container
environment, so there is no need to test if it has a value.

This fixes the value of CI_HELPER.

Fixes: 18d3c529fa4a ("github-ci: error on any shell errors")
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
.github/workflows/entrypoint.sh