From 0d193db61895cffa4d2c10000fc291332f453429 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Thu, 26 Aug 2021 20:00:50 +0300 Subject: [PATCH] windows: use a single stage for building image With gitlab 14.2 now a job can depend on another from the same stage. Part-of: --- gitlab/ci_template.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml index ffef5f6..4e5c808 100644 --- a/gitlab/ci_template.yml +++ b/gitlab/ci_template.yml @@ -3,7 +3,6 @@ include: stages: - 'build docker' - - 'build docker stage 2' - 'preparation' - 'pre-build' - 'build' @@ -381,7 +380,7 @@ windows amd64 docker: } .windows rust docker build: - stage: 'build docker stage 2' + stage: 'build docker' needs: - job: 'windows amd64 docker' artifacts: false -- 2.7.4