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