Skip to content

Commit fc32d62

Browse files
authored
Remove broken target from Makefile (#11870)
#### What this PR does As far as I can tell `make web-serve` never worked. I'm not sure if the piece was copied from somewhere, but Mimir doesn't have a `website` directory for target to work on. **Update** After some git-archaeology, the `website` directory was removed in 2022 #1135 Signed-off-by: Vladimir Varankin <vladimir.varankin@grafana.com>
1 parent 5949cf4 commit fc32d62

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -764,9 +764,6 @@ integration-tests-race: export MIMIR_IMAGE=$(IMAGE_PREFIX)mimir:$(IMAGE_TAG_RACE
764764
integration-tests-race: cmd/mimir/$(UPTODATE_RACE)
765765
go test -timeout 30m -tags=requires_docker,stringlabels ./integration/...
766766

767-
web-serve:
768-
cd website && hugo --config config.toml --minify -v server
769-
770767
# Those vars are needed for packages target
771768
export VERSION
772769

0 commit comments

Comments
 (0)