danger / kotlin

⚠️ Stop saying "you forgot to …" in code review
MIT License
491 stars 48 forks source link

Run on custom inhouse CI #209

Closed k0shk0sh closed 2 years ago

k0shk0sh commented 2 years ago

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.
k0shk0sh commented 2 years ago

Nvm, I got it working finally!

sp0rk commented 12 months ago

Nvm, I got it working finally!

Why wouldn't you share your solution then?

k0shk0sh commented 11 months ago

Nvm, I got it working finally!

Why wouldn't you share your solution then?

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