An open API service indexing awesome lists of open source software.

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

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
```