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:
authorAchilleas Pipinellis <axil@gitlab.com>2022-01-25 06:23:11 +0300
committerMarcel Amirault <mamirault@gitlab.com>2022-01-25 06:23:11 +0300
commita10654e0accca6de795e5989fa8108fc41791052 (patch)
treea885dd97e6da4d0824e4b55c7d17378b3a9e677a /.gitlab-ci.yml
parent4af868d26d7195d615f5baa24126102f1c3513ed (diff)
Move the docs-latest image build to the build-images stage
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 f04474e6..973ac15d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -676,7 +676,7 @@ image:docs-latest:
extends:
- .rules_scheduled_manual
- .docker_prepare
- stage: pre-deploy
+ stage: build-images
artifacts: {}
cache: {}
dependencies: []