1
0
mirror of https://gitlab.com/Anson-Projects/projects.git synced 2025-06-16 06:56:46 +00:00

try to fix pipeline

This commit is contained in:
Anson 2024-03-02 21:34:27 -07:00
parent 27e3681c34
commit 7e65f3b590

View File

@ -1,8 +1,4 @@
stages: build:
- build
- deploy
build:master:
stage: build stage: build
image: image:
name: gcr.io/kaniko-project/executor:v1.21.0-debug name: gcr.io/kaniko-project/executor:v1.21.0-debug
@ -16,7 +12,7 @@ build:master:
rules: rules:
- if: '$CI_COMMIT_BRANCH == "master"' - if: '$CI_COMMIT_BRANCH == "master"'
render-quarto: staging:
stage: deploy stage: deploy
image: ${CI_REGISTRY_IMAGE}:latest image: ${CI_REGISTRY_IMAGE}:latest
script: script:
@ -30,8 +26,8 @@ pages:
stage: deploy stage: deploy
script: script:
- echo "Publishing site..." - echo "Publishing site..."
dependencies: needs:
- render-quarto - staging
artifacts: artifacts:
paths: paths:
- public - public