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

Commit

Permalink
CI images were moved (#1194)
Browse files Browse the repository at this point in the history
* change (ci): ci images were moved

* change (ci): rename substrate-ci-linux
  • Loading branch information
TriplEight authored Jun 10, 2020
1 parent eb76bc8 commit 3090fb0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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 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

0 comments on commit 3090fb0

Please sign in to comment.