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