chore: Clean up docs Make variables (#18522)
Signed-off-by: Jack Baldry <jack.baldry@grafana.com> Co-authored-by: J Stickler <julie.stickler@grafana.com>
This commit is contained in:
co-authored by
J Stickler
parent
061d1c1d22
commit
49d6d7942c
+3
-4
@@ -1,5 +1,4 @@
|
||||
# List of projects to provide to the make-docs script.
|
||||
PROJECTS := loki
|
||||
|
||||
# Set the DOC_VALIDATOR_IMAGE to match the one defined in CI.
|
||||
export DOC_VALIDATOR_IMAGE := $(shell sed -En 's, *image: "(grafana/doc-validator.*)",\1,p' "$(shell git rev-parse --show-toplevel)/.github/workflows/doc-validator.yml")
|
||||
# Format is PROJECT[:[VERSION][:[REPOSITORY][:[DIRECTORY]]]]
|
||||
# This overrides the default behavior of assuming the repository directory is the same as the project name.
|
||||
PROJECTS := loki:UNVERSIONED:$(notdir $(basename $(shell git rev-parse --show-toplevel)))
|
||||
|
||||
Reference in New Issue
Block a user