Move up description template stage with other build stages
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user