From 5ab5703c4cd4728d0fb4d95c12ea1037ef62beaa Mon Sep 17 00:00:00 2001 From: Denis P Date: Wed, 3 Jun 2020 19:11:46 +0200 Subject: [PATCH 1/2] change (ci): ci images were moved --- .gitlab-ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d136d0e87b45..0b2ef9898054 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ stages: - publish - deploy -image: parity/rust-builder:latest +image: paritytech/substrate-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]+$/ @@ -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 @@ -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]+$/ From 2845e57e2f4b00efe695cd3450bb4f5dcf48553f Mon Sep 17 00:00:00 2001 From: Denis P Date: Mon, 8 Jun 2020 11:14:41 +0200 Subject: [PATCH 2/2] change (ci): rename substrate-ci-linux --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0b2ef9898054..f98310142213 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ stages: - publish - deploy -image: paritytech/substrate-ci-linux:production +image: paritytech/ci-linux:production variables: GIT_STRATEGY: fetch