Correct order through stages
This commit is contained in:
parent
c8beea5bbf
commit
93f2a8cdde
|
@ -1,9 +1,15 @@
|
|||
stages:
|
||||
- site
|
||||
- image
|
||||
|
||||
build-site:
|
||||
stage: site
|
||||
image: registry.gitlab.com/pages/hugo/hugo_extended:latest
|
||||
script:
|
||||
- hugo
|
||||
|
||||
build-image:
|
||||
stage: image
|
||||
image:
|
||||
name: gcr.io/kaniko-project/executor:debug
|
||||
entrypoint: [""]
|
||||
|
|
Loading…
Reference in a new issue