We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19a5e42 commit e5f391aCopy full SHA for e5f391a
docs/Makefile
@@ -44,7 +44,7 @@ docs-test: docs-build
44
$(DOCKER_RUN_DOCS) "$(DOCKER_DOCS_IMAGE)" ./test.sh
45
46
docs-build:
47
- git fetch https://github.com/grafana/grafana.git docs-2.1 && git diff --name-status FETCH_HEAD...HEAD -- . > changed-files
+ git fetch https://github.com/grafana/grafana.git docs-2.5 && git diff --name-status FETCH_HEAD...HEAD -- . > changed-files
48
echo "$(GIT_BRANCH)" > GIT_BRANCH
49
echo "$(GITCOMMIT)" > GITCOMMIT
50
docker build -t "$(DOCKER_DOCS_IMAGE)" .
0 commit comments