File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ CONTAINER_ENGINE ?= docker
9
9
IMAGE_REGISTRY ?= gcr.io/k8s-staging-sig-docs
10
10
IMAGE_VERSION =$(shell scripts/hash-files.sh Dockerfile Makefile | cut -c 1-12)
11
11
CONTAINER_IMAGE = $(IMAGE_REGISTRY ) /k8s-website-hugo:v$(HUGO_VERSION ) -$(IMAGE_VERSION )
12
- CONTAINER_RUN = $(CONTAINER_ENGINE ) run --rm --interactive --tty --volume $(CURDIR ) :/src
12
+ CONTAINER_RUN = " $(CONTAINER_ENGINE ) " run --rm --interactive --tty --volume " $(CURDIR ) :/src"
13
13
14
14
CCRED =\033[0;31m
15
15
CCEND =\033[0m
@@ -95,7 +95,7 @@ docker-internal-linkcheck:
95
95
96
96
container-internal-linkcheck : link-checker-image-pull
97
97
$(CONTAINER_RUN ) $(CONTAINER_IMAGE ) hugo --config config.toml,linkcheck-config.toml --buildFuture --environment test
98
- $(CONTAINER_ENGINE ) run --mount type=bind,source=$(CURDIR ) ,target=/test --rm wjdp/htmltest htmltest
98
+ $(CONTAINER_ENGINE ) run --mount " type=bind,source=$( CURDIR) ,target=/test" --rm wjdp/htmltest htmltest
99
99
100
100
clean-api-reference : # # Clean all directories in API reference directory, preserve _index.md
101
101
rm -rf content/en/docs/reference/kubernetes-api/* /
You can’t perform that action at this time.
0 commit comments