-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
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
set -euo pipefail |
fails with
/work/rhtap/common.sh: line 53: CUSTOM_ROOT_CA: unbound variable in
tssc-dev-multi-ci/rhtap/common.sh
Line 52 in 07cb4a4
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.
dperaza4dustbit
Metadata
Metadata
Assignees
Labels
No labels