Define stages
This commit is contained in:
parent
90d461a01e
commit
582425d703
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,10 @@ variables:
|
|||
HUGO_VERSION: "0.73.0"
|
||||
GIT_SUBMODULE_STRATEGY: recursive
|
||||
|
||||
stages:
|
||||
- test
|
||||
- deploy
|
||||
|
||||
cache:
|
||||
key: ${CI_COMMIT_REF_SLUG}
|
||||
paths:
|
||||
|
|
Loading…
Reference in a new issue