From de39d97e1f48e1291fb5887e547b555dd2e641a1 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 22 Oct 2023 19:20:48 +0300 Subject: move demo to later stage --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4402728e8..228332deb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,6 +3,7 @@ stages: - build - test - publish + - demo variables: ESLINT_PATHS: js plugins @@ -89,7 +90,7 @@ ttrss-fpm-pgsql-static:publish: DOCKERFILE: ${CI_PROJECT_DIR}/.docker/app/Dockerfile update-demo: - stage: publish + stage: demo image: ${HELM_IMAGE} variables: HELM_REPO: https://gitlab.tt-rss.org/tt-rss/helm-charts/tt-rss -- cgit v1.2.3