mirror of
https://gitlab.com/Anson-Projects/projects.git
synced 2025-06-15 14:36:47 +00:00
try to fix pipeline
This commit is contained in:
parent
27e3681c34
commit
7e65f3b590
@ -1,8 +1,4 @@
|
||||
stages:
|
||||
- build
|
||||
- deploy
|
||||
|
||||
build:master:
|
||||
build:
|
||||
stage: build
|
||||
image:
|
||||
name: gcr.io/kaniko-project/executor:v1.21.0-debug
|
||||
@ -16,7 +12,7 @@ build:master:
|
||||
rules:
|
||||
- if: '$CI_COMMIT_BRANCH == "master"'
|
||||
|
||||
render-quarto:
|
||||
staging:
|
||||
stage: deploy
|
||||
image: ${CI_REGISTRY_IMAGE}:latest
|
||||
script:
|
||||
@ -30,8 +26,8 @@ pages:
|
||||
stage: deploy
|
||||
script:
|
||||
- echo "Publishing site..."
|
||||
dependencies:
|
||||
- render-quarto
|
||||
needs:
|
||||
- staging
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
|
Loading…
x
Reference in New Issue
Block a user