Commit ca53e749 authored by Vladimir Shushlin's avatar Vladimir Shushlin

Fix danger instructions for dev

On dev we don't have the
pipeline-common project,
so including it makes sense only on .com
parent 5c3f5646
......@@ -154,6 +154,8 @@ To enable the Dangerfile on another existing GitLab project, complete the follow
- project: 'gitlab-org/quality/pipeline-common'
file:
- '/ci/danger-review.yml'
rules:
- if: '$CI_SERVER_HOST == "gitlab.com"'
```
1. If your project is in the `gitlab-org` group, you don't need to set up any token as the `DANGER_GITLAB_API_TOKEN`
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment