mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-21 04:01:01 +00:00
Renaming of the Asset Hubs (#2755)
This commit is contained in:
+6
-6
@@ -153,9 +153,9 @@ jobs:
|
||||
NO_CACHE: 1
|
||||
DEBUG: 1
|
||||
SHELL_DIGEST: ${{ github.workspace}}/shell-srtool-json/shell-srtool-digest.json
|
||||
WESTMINT_DIGEST: ${{ github.workspace}}/westmint-srtool-json/westmint-srtool-digest.json
|
||||
STATEMINE_DIGEST: ${{ github.workspace}}/statemine-srtool-json/statemine-srtool-digest.json
|
||||
STATEMINT_DIGEST: ${{ github.workspace}}/statemint-srtool-json/statemint-srtool-digest.json
|
||||
ASSET_HUB_WESTEND_DIGEST: ${{ github.workspace}}/asset-hub-westend-srtool-json/asset-hub-westend-srtool-digest.json
|
||||
ASSET_HUB_KUSAMA_DIGEST: ${{ github.workspace}}/asset-hub-kusama-srtool-json/asset-hub-kusama-srtool-digest.json
|
||||
ASSET_HUB_POLKADOT_DIGEST: ${{ github.workspace}}/asset-hub-polkadot-srtool-json/asset-hub-polkadot-srtool-digest.json
|
||||
BRIDGE_HUB_ROCOCO_DIGEST: ${{ github.workspace}}/bridge-hub-rococo-srtool-json/bridge-hub-rococo-srtool-digest.json
|
||||
BRIDGE_HUB_KUSAMA_DIGEST: ${{ github.workspace}}/bridge-hub-kusama-srtool-json/bridge-hub-kusama-srtool-digest.json
|
||||
BRIDGE_HUB_POLKADOT_DIGEST: ${{ github.workspace}}/bridge-hub-polkadot-srtool-json/bridge-hub-polkadot-srtool-digest.json
|
||||
@@ -171,9 +171,9 @@ jobs:
|
||||
|
||||
if [ "$RELEASE_TYPE" != "client" ]; then
|
||||
ls -al $SHELL_DIGEST || true
|
||||
ls -al $WESTMINT_DIGEST || true
|
||||
ls -al $STATEMINE_DIGEST || true
|
||||
ls -al $STATEMINT_DIGEST || true
|
||||
ls -al $ASSET_HUB_WESTEND_DIGEST || true
|
||||
ls -al $ASSET_HUB_KUSAMA_DIGEST || true
|
||||
ls -al $ASSET_HUB_POLKADOT_DIGEST || true
|
||||
ls -al $BRIDGE_HUB_ROCOCO_DIGEST || true
|
||||
ls -al $BRIDGE_HUB_KUSAMA_DIGEST || true
|
||||
ls -al $BRIDGE_HUB_POLKADOT_DIGEST || true
|
||||
|
||||
Reference in New Issue
Block a user