-
Notifications
You must be signed in to change notification settings - Fork 178
Open
Labels
featureFeature missing according to gitlab ci standardFeature missing according to gitlab ci standard
Description
I am using the following framework to design complex pipelines https://to-be-continuous.gitlab.io/doc/usage/#debugging-to-be-continuous-jobs and it is often required to enable tracing when developing because of large volume of shell functions.
To do so, I set following variables with expected effect in GitLab CI job log (set -x in bash typically):
variables:
CI_DEBUG_TRACE: "true"
TRACE: "true"
Sadly, gitlab-ci-local
does not generate more output when these options are set.
Would it be possible to add support for these variables to implement tracing behavior?
ANGkeith
Metadata
Metadata
Assignees
Labels
featureFeature missing according to gitlab ci standardFeature missing according to gitlab ci standard