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

CI images were moved #1194

Merged
merged 3 commits into from
Jun 10, 2020
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ stages:
- publish
- deploy

image: parity/rust-builder:latest
image: paritytech/ci-linux:production

variables:
GIT_STRATEGY: fetch
Expand Down Expand Up @@ -73,7 +73,7 @@ variables:

check-runtime:
stage: test
image: parity/tools:latest
image: paritytech/tools:latest
<<: *kubernetes-env
only:
- /^[0-9]+$/
Expand All @@ -87,7 +87,7 @@ check-runtime:

check-line-width:
stage: test
image: parity/tools:latest
image: paritytech/tools:latest
<<: *kubernetes-env
only:
- /^[0-9]+$/
Expand All @@ -98,7 +98,7 @@ check-line-width:

publish-draft-release:
stage: test
image: parity/tools:latest
image: paritytech/tools:latest
only:
- tags
- /^v[0-9]+\.[0-9]+\.[0-9]+.*$/ # i.e. v1.0.1, v2.1.0rc1
Expand Down Expand Up @@ -239,7 +239,7 @@ publish-docker-release:

publish-s3-release:
<<: *publish-build
image: parity/awscli:latest
image: paritytech/awscli:latest
variables:
GIT_STRATEGY: none
BUCKET: "releases.parity.io"
Expand Down Expand Up @@ -280,7 +280,7 @@ deploy-polkasync-kusama:

check-labels:
stage: .post
image: parity/tools:latest
image: paritytech/tools:latest
<<: *kubernetes-env
only:
- /^[0-9]+$/
Expand Down