Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ci fix helper test #18

Closed
wants to merge 2 commits into from
Closed

Ci fix helper test #18

wants to merge 2 commits into from

Commits on Nov 28, 2023

  1. CI: Fix CI_HELPER

    Commit 18d3c52 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: 18d3c52 ("github-ci: error on any shell errors")
    
    Signed-off-by: Jeffery To <jeffery.to@gmail.com>
    jefferyto committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    e13155d View commit details
    Browse the repository at this point in the history
  2. testing CI_HELPER

    jefferyto committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    d474886 View commit details
    Browse the repository at this point in the history