fix: update job names to be unique

This commit is contained in:
2024-10-16 18:20:23 +02:00
parent c1d8764d72
commit 2af9955462
+9 -9
View File
@@ -1,7 +1,7 @@
stages:
- prepare
preconditions_failed:
unbound_release_preconditions_failed:
stage: .pre
image: alpine:3.20
script:
@@ -17,7 +17,7 @@ preconditions_failed:
rules:
- if: $UNBOUND_RELEASE_TOKEN == null
changelog:
unbound_release_changelog:
stage: .pre
image:
name: orhunp/git-cliff:latest
@@ -43,11 +43,11 @@ changelog:
when: never
- if: $CI_DEFAULT_BRANCH == $CI_COMMIT_BRANCH
handle_mr:
unbound_release_handle_mr:
stage: .pre
image: alpine:latest
needs:
- changelog
- unbound_release_changelog
before_script:
- 'apk add --no-cache git jq curl'
script:
@@ -138,7 +138,7 @@ handle_mr:
when: never
- if: $CI_DEFAULT_BRANCH == $CI_COMMIT_BRANCH
prepare_release:
unbound_release_prepare_release:
stage: .pre
image:
name: orhunp/git-cliff:latest
@@ -162,11 +162,11 @@ prepare_release:
when: never
- if: '$CI_COMMIT_TITLE =~ /^chore\(release\): prepare for .*$/'
release:
unbound_release_create_release:
stage: .pre
image: alpine:latest
needs:
- prepare_release
- unbound_release_prepare_release
before_script:
- 'apk add --no-cache jq curl'
script:
@@ -194,11 +194,11 @@ release:
when: never
- if: '$CI_COMMIT_TITLE =~ /^chore\(release\): prepare for .*$/'
tag:
unbound_release_tag:
stage: .pre
image: alpine:latest
needs:
- prepare_release
- unbound_release_prepare_release
before_script:
- 'apk add --no-cache curl'
script: