danger / kotlin

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

What are the basic steps to run a gitlab pipeline for Danger Kotlin? #257

Open RowanG1 opened 10 months ago

RowanG1 commented 10 months ago

I have implemented the docker image approach on gitlab pipeline, and have set the danger token via DANGER_GITHUB_API_TOKEN, but I get this error message when running danger-kotlin ci:

$ danger-kotlin ci
Executing $(which danger) ci --process danger-kotlin --passURLForDSL  - pid 17
Request failed [401]: https://api.github.com/repos/myRepo/pulls/17. Attempting retry.

It seems to be using api.github.com

Is there a basic set of instructions to set up gitlab, instead of github?

PaulWoitaschek commented 10 months ago

I found some basic docs here: https://github.com/danger/kotlin/blob/master/docs/usage/gitlab.html.md

Vacxe commented 7 months ago

We working on new release what should include a proper docker image what you can use for any CI/CD systems