From 9bea730e394e61ada1c635a4a6859bca2edd284a Mon Sep 17 00:00:00 2001 From: jo Date: Wed, 14 Dec 2022 16:36:53 +0100 Subject: [PATCH] ci: rename deploy stage to review Part-of: --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3a60e09ed..1d585bc87 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,7 +19,7 @@ workflow: - if: $CI_COMMIT_BRANCH stages: - - deploy + - review - lint - test - build @@ -27,7 +27,7 @@ stages: review_front: interruptible: true - stage: deploy + stage: review image: node:18-alpine when: manual allow_failure: true @@ -66,7 +66,7 @@ review_front: review_docs: interruptible: true - stage: deploy + stage: review allow_failure: true image: python:3.11 variables: