Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit ea36a75

Browse files
authored
[CI] Move check-labels to .post stage (#1114)
1 parent 8566d31 commit ea36a75

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.gitlab-ci.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -69,17 +69,6 @@ variables:
6969
- /^v[0-9]+\.[0-9]+.*$/ # i.e. v1.0, v2.1rc1
7070
- /^[0-9]+$/
7171

72-
#### stage: .pre
73-
74-
check-labels:
75-
stage: .pre
76-
image: parity/tools:latest
77-
<<: *kubernetes-env
78-
only:
79-
- /^[0-9]+$/
80-
script:
81-
- ./scripts/gitlab/check_tags.sh
82-
8372
#### stage: test
8473

8574
check-runtime:
@@ -286,3 +275,14 @@ deploy-polkasync-kusama:
286275
POLKADOT_CI_COMMIT_REF: "${CI_COMMIT_REF}"
287276
allow_failure: true
288277
trigger: "parity/infrastructure/parity-testnet"
278+
279+
#### stage: .post
280+
281+
check-labels:
282+
stage: .post
283+
image: parity/tools:latest
284+
<<: *kubernetes-env
285+
only:
286+
- /^[0-9]+$/
287+
script:
288+
- ./scripts/gitlab/check_tags.sh

0 commit comments

Comments
 (0)