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

Commit

Permalink
[CI] Move check-labels to .post stage (#1114)
Browse files Browse the repository at this point in the history
  • Loading branch information
s3krit authored May 20, 2020
1 parent 8566d31 commit ea36a75
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,17 +69,6 @@ variables:
- /^v[0-9]+\.[0-9]+.*$/ # i.e. v1.0, v2.1rc1
- /^[0-9]+$/

#### stage: .pre

check-labels:
stage: .pre
image: parity/tools:latest
<<: *kubernetes-env
only:
- /^[0-9]+$/
script:
- ./scripts/gitlab/check_tags.sh

#### stage: test

check-runtime:
Expand Down Expand Up @@ -286,3 +275,14 @@ deploy-polkasync-kusama:
POLKADOT_CI_COMMIT_REF: "${CI_COMMIT_REF}"
allow_failure: true
trigger: "parity/infrastructure/parity-testnet"

#### stage: .post

check-labels:
stage: .post
image: parity/tools:latest
<<: *kubernetes-env
only:
- /^[0-9]+$/
script:
- ./scripts/gitlab/check_tags.sh

0 comments on commit ea36a75

Please sign in to comment.