update ci/cd
This commit is contained in:
parent
0077f4cc5a
commit
19e6c5f555
@ -2,15 +2,16 @@ stages:
|
||||
- build
|
||||
- deploy
|
||||
|
||||
develop-build-job:
|
||||
stage: build
|
||||
tags:
|
||||
- hugo
|
||||
script:
|
||||
- echo "Building configuration"
|
||||
- hugo
|
||||
only:
|
||||
- develop
|
||||
# Don't have develop yet hehe
|
||||
# develop-build-job:
|
||||
# stage: build
|
||||
# tags:
|
||||
# - hugo
|
||||
# script:
|
||||
# - echo "Building configuration"
|
||||
# - hugo
|
||||
# only:
|
||||
# - develop
|
||||
|
||||
main-build-job:
|
||||
stage: build
|
||||
|
||||
Loading…
Reference in New Issue
Block a user