From 7e65f3b59017e3213443f51c55a717b7ae349b0a Mon Sep 17 00:00:00 2001 From: Anson Date: Sat, 2 Mar 2024 21:34:27 -0700 Subject: [PATCH] try to fix pipeline --- .gitlab-ci.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d853934..7ed3a9a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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