do not clone submodules
This commit is contained in:
parent
307c23b277
commit
b3ba70ba25
@ -1,3 +1,6 @@
|
||||
variables:
|
||||
GIT_SUBMODULE_STRATEGY: none
|
||||
|
||||
include:
|
||||
- project: 'templates/hugo-obsidian'
|
||||
file: '/action.yml'
|
||||
@ -7,17 +10,25 @@ include:
|
||||
output: assets/indices
|
||||
root: "."
|
||||
- local: "/.gitlab/hugo.template.yml"
|
||||
|
||||
stages:
|
||||
- clone
|
||||
- index
|
||||
- setup-hugo
|
||||
- deploy
|
||||
|
||||
deploy:
|
||||
stage: deploy
|
||||
tags:
|
||||
- shell
|
||||
script:
|
||||
- cp -r ${CI_PROJECT_DIR}/* ${DEPLOY_PATH}
|
||||
|
||||
prestep:
|
||||
stage: .pre
|
||||
tags:
|
||||
- shell
|
||||
|
||||
clone:
|
||||
stage: clone
|
||||
tags:
|
||||
|
Loading…
Reference in New Issue
Block a user