Skip to content

pyar6329/danger-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

danger on docker

docker hub is https://hub.docker.com/r/pyar6329/danger.

Supported tags and respective Dockerfile links

Using

Set Environment DANGER_GITHUB_API_TOKEN on CI(travis, circleCI, etc...) and add Dangerfile to your root of repository.
Using CI environment variable is here.

Running on CI below script.

Ruby

$ printenv | grep -Ev "PATH|path|GEM" > env.list
$ docker run -it --rm --env-file env.list -v "$(pwd):/usr/src/app" pyar6329/danger:5.4.1

Javascript

$ printenv | grep -Ev "PATH|path|GEM|NVM" > env.list
$ docker run -it --rm --env-file env.list -v "$(pwd):/usr/src/app" pyar6329/danger:5.4.1-node

About

danger on docker

Resources

License

Stars

Watchers

Forks

Packages

No packages published