This commit is contained in:
parent 443af4b86a
commit 52ee03c8ef
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

@ -12,7 +12,6 @@ include:
- local: "/.gitlab/hugo.template.yml" - local: "/.gitlab/hugo.template.yml"
stages: stages:
- clone
- index - index
- setup-hugo - setup-hugo
- deploy - deploy
@ -25,7 +24,7 @@ deploy:
- cp -r ${CI_PROJECT_DIR}/* ${DEPLOY_PATH} - cp -r ${CI_PROJECT_DIR}/* ${DEPLOY_PATH}
clone: clone:
stage: clone stage: .pre
tags: tags:
- shell - shell
before_script: before_script: