danger-mention icon indicating copy to clipboard operation
danger-mention copied to clipboard

Missing blame information (Gitlab CI and docker)

Open ChaoticGabibo opened this issue 1 year ago • 0 comments

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

ChaoticGabibo avatar May 17 '23 02:05 ChaoticGabibo