shadow-rs
shadow-rs copied to clipboard
GitLab/Github CI support
GitLab CI exposes a fair number of information about the job in the form of environment variables. Would you be open to supporting them behind a feature flag? Something similar probably goes for GitHub, but I have no experience with their CI.
I would like to.
Could you please provide detail example about?
Here's the full reference.
Not all of the might be applicable, definitely CI_JOB_*
and CI_PIPELINE_*
are probably reasonable. CI_COMMIT_*
is probably redundant. I'd exclude authorization-related stuff.