danger/kotlin

Run on custom inhouse CI

k0shk0sh opened this issue · 3 comments

Can we somehow run danger-kotlin ci on a custom in-house ci? my ios colleagues uses danger and they could hack it by exporting an env variable export TEAMCITY_VERSION="dummy"; however with danger-kotlin it doesn't work and I get this error below:

Executing $(which danger) ci --process danger-kotlin --passURLForDSL  - pid 3556
Skipping Danger due to this run not executing on a PR.
Step finished successfully.

Nvm, I got it working finally!

Nvm, I got it working finally!

Why wouldn't you share your solution then?

Nvm, I got it working finally!

Why wouldn't you share your solution then?

I just copied their install.sh into the custom CI.