From 3090fb0870ec7b53fe9f4fb3ccbca7a1f8d94f9b Mon Sep 17 00:00:00 2001 From: Denis Pisarev Date: Wed, 10 Jun 2020 09:29:56 +0200 Subject: [PATCH] CI images were moved (#1194) * change (ci): ci images were moved * change (ci): rename substrate-ci-linux --- .gitlab-ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5b9967f3a06a..f173554b15df 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ stages: - publish - deploy -image: parity/rust-builder:latest +image: paritytech/ci-linux:production variables: GIT_STRATEGY: fetch @@ -73,7 +73,7 @@ variables: check-runtime: stage: test - image: parity/tools:latest + image: paritytech/tools:latest <<: *kubernetes-env only: - /^[0-9]+$/ @@ -87,7 +87,7 @@ check-runtime: check-line-width: stage: test - image: parity/tools:latest + image: paritytech/tools:latest <<: *kubernetes-env only: - /^[0-9]+$/ @@ -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" @@ -280,7 +280,7 @@ deploy-polkasync-kusama: check-labels: stage: .post - image: parity/tools:latest + image: paritytech/tools:latest <<: *kubernetes-env only: - /^[0-9]+$/