From a30097bdde85a3c6dd34f4f9e33bacaea633bc88 Mon Sep 17 00:00:00 2001 From: "flow.gunso" Date: Sat, 14 Mar 2020 10:21:46 +0100 Subject: [PATCH] Move up description template stage with other build stages --- .gitlab-ci.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 01520a5..059470f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,6 +23,16 @@ build: paths: - "$CI_PROJECT_NAME.tar" +build:description_template: + image: python:3.8-alpine + stage: build + script: sh -e .utilities/templates/templater.sh + only: + - tags + artifacts: + paths: + - "*.description" + test: stage: test script: /bin/bash -e .utilities/test.sh @@ -47,16 +57,6 @@ publish: # only: # - master -description_templater: - image: python:3.8-alpine - stage: build - script: sh -e .utilities/templates/templater.sh - only: - - tags - artifacts: - paths: - - "*.description" - bot:package_update_notification: stage: report script: bash -e .utilities/package_update_notifier.sh