danger-mention
danger-mention copied to clipboard
Missing blame information (Gitlab CI and docker)
Hi,
I keep getting this error
/usr/local/bundle/gems/danger-mention-0.6.1/lib/danger_plugin.rb:101:in `initialize': (Danger::DSLError)
[!] Invalid `Dangerfile` file: No such file or directory @ rb_sysopen - **https://mygitlab.com/myproject/blame/development/path_to_my_file/file.ts**
- I'm running Danger and Danger Mention in a docker image
- blame/development this path does not exist
- development is the name of my branch
- Here is my Dangerfile
mention.run(2, [".gitlab-ci.yml"], ["danger"])
What do I need to do to have blame folder?
Thank you