mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 19:51:02 +00:00
CI images were moved (#1194)
* change (ci): ci images were moved * change (ci): rename substrate-ci-linux
This commit is contained in:
@@ -11,7 +11,7 @@ stages:
|
|||||||
- publish
|
- publish
|
||||||
- deploy
|
- deploy
|
||||||
|
|
||||||
image: parity/rust-builder:latest
|
image: paritytech/ci-linux:production
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
GIT_STRATEGY: fetch
|
GIT_STRATEGY: fetch
|
||||||
@@ -73,7 +73,7 @@ variables:
|
|||||||
|
|
||||||
check-runtime:
|
check-runtime:
|
||||||
stage: test
|
stage: test
|
||||||
image: parity/tools:latest
|
image: paritytech/tools:latest
|
||||||
<<: *kubernetes-env
|
<<: *kubernetes-env
|
||||||
only:
|
only:
|
||||||
- /^[0-9]+$/
|
- /^[0-9]+$/
|
||||||
@@ -87,7 +87,7 @@ check-runtime:
|
|||||||
|
|
||||||
check-line-width:
|
check-line-width:
|
||||||
stage: test
|
stage: test
|
||||||
image: parity/tools:latest
|
image: paritytech/tools:latest
|
||||||
<<: *kubernetes-env
|
<<: *kubernetes-env
|
||||||
only:
|
only:
|
||||||
- /^[0-9]+$/
|
- /^[0-9]+$/
|
||||||
@@ -239,7 +239,7 @@ publish-docker-release:
|
|||||||
|
|
||||||
publish-s3-release:
|
publish-s3-release:
|
||||||
<<: *publish-build
|
<<: *publish-build
|
||||||
image: parity/awscli:latest
|
image: paritytech/awscli:latest
|
||||||
variables:
|
variables:
|
||||||
GIT_STRATEGY: none
|
GIT_STRATEGY: none
|
||||||
BUCKET: "releases.parity.io"
|
BUCKET: "releases.parity.io"
|
||||||
@@ -280,7 +280,7 @@ deploy-polkasync-kusama:
|
|||||||
|
|
||||||
check-labels:
|
check-labels:
|
||||||
stage: .post
|
stage: .post
|
||||||
image: parity/tools:latest
|
image: paritytech/tools:latest
|
||||||
<<: *kubernetes-env
|
<<: *kubernetes-env
|
||||||
only:
|
only:
|
||||||
- /^[0-9]+$/
|
- /^[0-9]+$/
|
||||||
|
|||||||
Reference in New Issue
Block a user