Skip to content
  • Kevin Daudt's avatar
    build.sh: define CI_DEBUG_BUILD · 39d47a84
    Kevin Daudt authored
    Because `set -u` is configured, the script will give an error when
    trying to use a variable that is not defined.
    
    Because the purpose this is meant to be an environment variable, we
    cannot just set it empty, because it would overwrite the value from the
    environment.
    
    Define `CI_DEBUB_BUILD` as empty when it's not defined.
    39d47a84