Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Amirault <mamirault@gitlab.com>2023-03-08 07:29:45 +0300
committerEvan Read <eread@gitlab.com>2023-03-08 07:29:45 +0300
commitd449d375ad5c56d9409e210be4151b273fc821ba (patch)
tree0821e6f7e8ab222e9ad4eba072fd549a5e3eefd3 /.gitlab-ci.yml
parent9af64d4eacf7850c9ce3ba9e2660698e34fe5f40 (diff)
Improve interaction between scheduled and docker pipelines
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a48958ef..36939a2b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,11 +10,11 @@ include:
- '/ci/danger-review.yml'
stages:
- - build-images
- build
- security
- test
- pre-deploy
+ - build-images
- deploy
- post-deploy