1
0
mirror of https://github.com/TheLocehiliosan/yadm synced 2026-03-02 03:49:29 +00:00

Use yadm/jekyll:latest image

This commit is contained in:
Tim Byrne
2019-03-21 22:54:05 -05:00
parent ca7839aadd
commit 6f4aee32a7
3 changed files with 5 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ usage:
@echo 'TESTING'
@echo
@echo ' make test'
@echo ' - Perform tests done by travis-ci.'
@echo ' - Perform tests done by continuous integration.'
@echo ' This target will:'
@echo ' - Remove previously built data'
@echo ' - Build the site'
@@ -40,7 +40,7 @@ usage:
.PHONY: test
test: require-docker-compose clean
docker-compose run --rm website test/travis-ci
docker-compose run --rm website test/validate
.PHONY: up
up: require-docker-compose