CI: Remove env from plugins
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
nemunaire 2024-08-30 13:59:08 +02:00
parent 68224fb954
commit d369de791c

View File

@ -16,8 +16,6 @@ clone:
steps:
build-production:
image: plugins/hugo
environment:
- HUGO_ENV=production
settings:
hugo_version: 0.127.0
validate: true
@ -26,8 +24,6 @@ steps:
build-drafts:
image: plugins/hugo
environment:
- "HUGO_BASEURL=https://nemunai.re/${CI_COMMIT_BRANCH//\\//-}/"
settings:
hugo_version: 0.127.0
validate: true