mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-08 12:28:01 +00:00
Move rules into common place (#13428)
This commit is contained in:
committed by
GitHub
parent
b793666ca5
commit
2568c6d48b
@@ -60,6 +60,10 @@
|
||||
DOCKER_USERNAME: $Docker_Hub_User_Parity
|
||||
DOCKER_PASSWORD: $Docker_Hub_Pass_Parity
|
||||
README_FILEPATH: $CI_PROJECT_DIR/scripts/ci/docker/$PRODUCT.Dockerfile.README.md
|
||||
rules:
|
||||
- if: $CI_COMMIT_REF_NAME == "master"
|
||||
changes:
|
||||
- scripts/ci/docker/$PRODUCT.Dockerfile.README.md
|
||||
script:
|
||||
- cd / && sh entrypoint.sh
|
||||
|
||||
@@ -81,6 +85,12 @@ publish-docker-substrate:
|
||||
variables:
|
||||
PRODUCT: substrate
|
||||
|
||||
publish-docker-description-substrate:
|
||||
extends: .push-docker-image-description
|
||||
variables:
|
||||
PRODUCT: substrate
|
||||
SHORT_DESCRIPTION: "Substrate Docker Image."
|
||||
|
||||
publish-docker-substrate-temporary:
|
||||
extends: .build-push-image-temporary
|
||||
needs:
|
||||
@@ -105,8 +115,6 @@ publish-docker-subkey:
|
||||
|
||||
publish-docker-description-subkey:
|
||||
extends: .push-docker-image-description
|
||||
needs:
|
||||
- job: build-subkey-linux
|
||||
variables:
|
||||
PRODUCT: subkey
|
||||
SHORT_DESCRIPTION: "The subkey program is a key management utility for Substrate-based blockchains."
|
||||
|
||||
Reference in New Issue
Block a user