Skip to content
Snippets Groups Projects
Commit e620be78 authored by Mathias Goebel's avatar Mathias Goebel :reminder_ribbon:
Browse files

Merge branch 'release/0.1.0'

version to be used in first project
parents 27eca7d8 785f447e
No related branches found
No related tags found
No related merge requests found
Pipeline #119474 passed
# All available Hugo versions are listed here: https://gitlab.com/pages/hugo/container_registry
image: registry.gitlab.com/pages/hugo:latest
variables:
GIT_SUBMODULE_STRATEGY: recursive
test:
image: registry.gitlab.com/pages/hugo:latest
script:
- hugo
except:
- master
- tags
pages:
image: registry.gitlab.com/pages/hugo:latest
script:
- hugo
artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment