Merge pull request #34356 from sftim/20220617_bump_hugo_version
Bump Hugo to 0.101.0 / avoid locking
This commit is contained in:
@@ -77,8 +77,9 @@ container-push: container-image ## Push container image for the preview of the w
|
|||||||
container-build: module-check
|
container-build: module-check
|
||||||
$(CONTAINER_RUN) --read-only --mount type=tmpfs,destination=/tmp,tmpfs-mode=01777 $(CONTAINER_IMAGE) sh -c "npm ci && hugo --minify --environment development"
|
$(CONTAINER_RUN) --read-only --mount type=tmpfs,destination=/tmp,tmpfs-mode=01777 $(CONTAINER_IMAGE) sh -c "npm ci && hugo --minify --environment development"
|
||||||
|
|
||||||
|
# no build lock to allow for read-only mounts
|
||||||
container-serve: module-check ## Boot the development server using container.
|
container-serve: module-check ## Boot the development server using container.
|
||||||
$(CONTAINER_RUN) --cap-drop=ALL --cap-add=AUDIT_WRITE --read-only --mount type=tmpfs,destination=/tmp,tmpfs-mode=01777 -p 1313:1313 $(CONTAINER_IMAGE) hugo server --buildFuture --environment development --bind 0.0.0.0 --destination /tmp/hugo --cleanDestinationDir
|
$(CONTAINER_RUN) --cap-drop=ALL --cap-add=AUDIT_WRITE --read-only --mount type=tmpfs,destination=/tmp,tmpfs-mode=01777 -p 1313:1313 $(CONTAINER_IMAGE) hugo server --buildFuture --environment development --bind 0.0.0.0 --destination /tmp/hugo --cleanDestinationDir --noBuildLock
|
||||||
|
|
||||||
test-examples:
|
test-examples:
|
||||||
scripts/test_examples.sh install
|
scripts/test_examples.sh install
|
||||||
|
|||||||
+1
-1
@@ -8,7 +8,7 @@ command = "git submodule update --init --recursive --depth 1 && make non-product
|
|||||||
|
|
||||||
[build.environment]
|
[build.environment]
|
||||||
NODE_VERSION = "10.20.0"
|
NODE_VERSION = "10.20.0"
|
||||||
HUGO_VERSION = "0.97.0"
|
HUGO_VERSION = "0.101.0"
|
||||||
RUBY_VERSION = "3.0.1"
|
RUBY_VERSION = "3.0.1"
|
||||||
|
|
||||||
[context.production.environment]
|
[context.production.environment]
|
||||||
|
|||||||
Reference in New Issue
Block a user