Update awesome_bot docker image
This commit is contained in:
parent
c6b0ee98d6
commit
5f57469f6c
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -186,4 +186,4 @@ docker-push: all-push
|
|||
|
||||
.PHONY: check_dead_links
|
||||
check_dead_links:
|
||||
docker run -t -v $$PWD:/tmp rubygem/awesome_bot --allow-dupe --allow-redirect $(shell find $$PWD -name "*.md" -mindepth 1 -printf '%P\n' | grep -v vendor | grep -v Changelog.md)
|
||||
docker run -t -v $$PWD:/tmp aledbf/awesome_bot:0.1 --allow-dupe --allow-redirect $(shell find $$PWD -mindepth 1 -name "*.md" -printf '%P\n' | grep -v vendor | grep -v Changelog.md)
|
||||
|
|
Loading…
Reference in a new issue