Correct order through stages

This commit is contained in:
Stefan Bethke 2023-12-07 19:40:25 +01:00
parent c8beea5bbf
commit 93f2a8cdde

View file

@ -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: [""]