Skip to content

Commit

Permalink
[make] pull latest danger image
Browse files Browse the repository at this point in the history
  • Loading branch information
mikz committed Oct 25, 2017
1 parent 5c99319 commit 016406d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ danger: apicast-source
danger: TEMPFILE := $(shell mktemp)
danger:
env | grep -E 'CIRCLE|TRAVIS|DANGER|SEAL' > $(TEMPFILE)
docker pull $(DANGER_IMAGE)
docker run --rm -w /opt/app-root/src --volumes-from=$(COMPOSE_PROJECT_NAME)-source --env-file=$(TEMPFILE) -u $(shell id -u) $(DANGER_IMAGE) danger

busted: dependencies $(ROVER) ## Test Lua.
Expand Down

0 comments on commit 016406d

Please sign in to comment.