move HUGO_ENV variable to proper section

This commit is contained in:
parent 35d85a9dbe
commit c9d28995ba
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

@ -10,11 +10,11 @@ spec:
description: 'Download (if necessary) and use Hugo extended version. Example: true' description: 'Download (if necessary) and use Hugo extended version. Example: true'
required: false required: false
default: 'false' default: 'false'
HUGO_ENV: production
--- ---
variables: variables:
GIT_SUBMODULE_STRATEGY: recursive GIT_SUBMODULE_STRATEGY: recursive
HUGO_ENV: production
setup-hugo: setup-hugo:
stage: setup-hugo stage: setup-hugo
image: registry.gitlab.com/pages/hugo/hugo_extended:latest image: registry.gitlab.com/pages/hugo/hugo_extended:latest