shadow-rs icon indicating copy to clipboard operation
shadow-rs copied to clipboard

GitLab/Github CI support

Open jaskij opened this issue 2 years ago • 2 comments

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.

jaskij avatar Apr 13 '22 17:04 jaskij

I would like to.

Could you please provide detail example about?

baoyachi avatar Apr 16 '22 15:04 baoyachi

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.

jaskij avatar Apr 16 '22 16:04 jaskij