now using a blueprint for README.md

This commit is contained in:
Julien Neuhart
2018-04-06 14:35:46 +02:00
parent e1c6878b47
commit 4b96420181
3 changed files with 26 additions and 0 deletions

View File

@@ -5,6 +5,11 @@ tasks:
run:
- go fmt ./...
- use: generate
short: Generates all files from blueprints
run:
- BRANCH="$(git symbolic-ref --short HEAD)"; orbit generate -f _blueprints/README.blueprint.md -o README.md -p "Branch,${BRANCH}"
- use: tests
short: Runs tests inside a container
run: