Updated docs

This commit is contained in:
Torkel Ödegaard
2015-03-11 10:32:12 +01:00
parent 0c62ab0683
commit 5f5bb8541b
3 changed files with 11 additions and 1 deletions
+3
View File
@@ -44,4 +44,7 @@ docs-test: docs-build
$(DOCKER_RUN_DOCS) "$(DOCKER_DOCS_IMAGE)" ./test.sh
docs-build:
git fetch https://github.com/grafana/grafana.git docs-1.x && git diff --name-status FETCH_HEAD...HEAD -- . > /changed-files
echo "$(GIT_BRANCH)" > docs/GIT_BRANCH
echo "$(GITCOMMIT)" > docs/GITCOMMIT
docker build -t "$(DOCKER_DOCS_IMAGE)" .