From me looking around it seems that some apps use CI env var set to true to detect if its running in a CI environment. Also both GitHub and GitLab have this var set by default.
It would probably be good to add it to Spindle.
CI env var to Spindle
#310
From me looking around it seems that some apps use CI env var set to true to detect if its running in a CI environment. Also both GitHub and GitLab have this var set by default.
It would probably be good to add it to Spindle.
Note that you can accomplish this by just setting it in your workflow file.
But i'm currently working on a POC for this to have it baked into spindles. It also relates to my proposal here https://tangled.org/tangled.org/core/issues/286