https://github.com/hangyan/danger
danger dockerfile to work with gitlab
https://github.com/hangyan/danger
danger dockerfile gitlab gitlab-ci
Last synced: 7 months ago
JSON representation
danger dockerfile to work with gitlab
- Host: GitHub
- URL: https://github.com/hangyan/danger
- Owner: hangyan
- Created: 2019-05-07T04:21:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-07T08:31:38.000Z (over 6 years ago)
- Last Synced: 2025-02-01T04:31:35.323Z (8 months ago)
- Topics: danger, dockerfile, gitlab, gitlab-ci
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Danger
danger dockerfile to work with gitlab## Example Usage
add these to your gitlabci yml file
```yml
danger:
only:
- merge_requests
stage: pre
image: hangyan/danger
script:
- danger --fail-on-errors=true
```