CI: Fix CI_HELPER 22808/head
authorJeffery To <jeffery.to@gmail.com>
Tue, 28 Nov 2023 05:12:05 +0000 (13:12 +0800)
committerJeffery To <jeffery.to@gmail.com>
Sun, 3 Dec 2023 14:37:53 +0000 (22:37 +0800)
commitee679637164df179fccbe6fe4bc6b37ed4509112
tree297672d36b60cf1704c0a7982977c406f7e59621
parentfc4a85721e660a467ef5d33c41c98aadf3103137
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>
(cherry picked from commit 562f5df67fd9436dface35a410e9ce591d9a2894)
.github/workflows/entrypoint.sh