Skip to content

CUSTOM_ROOT_CA: unbound variable #339

@pjos

Description

@pjos

First of all, thanks for this great TSSC example collection of scripts for non Tekton CI's. Great work!

The execution environment is GitLab 18.2 with Runners on OpenShift 4.18, where our CA trust has been taken care of so there is no need for us to define CUSTOM_ROOT_CA.

The effect of that is that the build step, that uses set -u

fails with

/work/rhtap/common.sh: line 53: CUSTOM_ROOT_CA: unbound variable in

if [ ! -z "$CUSTOM_ROOT_CA" ]; then

Not a big issue with a lot of work arounds, but as a port of a golden path for TSSC adopters this should be addressed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions