difftreelog
add RELAY_CHAIN_TYPE env for xcm
in: master
11 files changed
.docker/xcm-config/launch-config-xcm-opal-rococo.jsondiffbeforeafterbothno changes
.docker/xcm-config/launch-config-xcm-opal.j2diffbeforeafterbothno changes
.docker/xcm-config/launch-config-xcm-opal.jsondiffbeforeafterbothno changes
.docker/xcm-config/launch-config-xcm-quartz-rococo.jsondiffbeforeafterbothno changes
.docker/xcm-config/launch-config-xcm-quartz.j2diffbeforeafterbothno changes
.docker/xcm-config/launch-config-xcm-quartz.jsondiffbeforeafterbothno changes
.docker/xcm-config/launch-config-xcm-unique-rococo.jsondiffbeforeafterbothno changes
.docker/xcm-config/launch-config-xcm-unique.j2diffbeforeafterbothno changes
.docker/xcm-config/launch-config-xcm-unique.jsondiffbeforeafterbothno changes
.envdiffbeforeafterboth1RUST_TOOLCHAIN=nightly-2022-11-151RUST_TOOLCHAIN=nightly-2022-11-152POLKADOT_BUILD_BRANCH=release-v0.9.362POLKADOT_BUILD_BRANCH=release-v0.9.363POLKADOT_LAUNCH_BRANCH=unique-network3POLKADOT_LAUNCH_BRANCH=unique-network4RELAY_CHAIN_TYPE=westend-local455POLKADOT_MAINNET_BRANCH=release-v0.9.306POLKADOT_MAINNET_BRANCH=release-v0.9.306STATEMINT_BUILD_BRANCH=release-parachains-v93207STATEMINT_BUILD_BRANCH=release-parachains-v9320.github/workflows/xcm.ymldiffbeforeafterboth218 fi218 fi219 shell: bash219 shell: bash220220221221 - name: Generate ENV related extend launch-config file222 # Build main image for XCM 222 uses: cuchi/jinja2-action@v1.2.0223 with:224 template: .docker/xcm-config/launch-config-xcm-${{ matrix.network }}.j2225 output_file: .docker/xcm-config/launch-config-xcm-${{ matrix.network }}.json226 variables: |227 RELAY_CHAIN_TYPE=${{ env.RELAY_CHAIN_TYPE }} 228229 - name: Show launch-config-xcm-${{ matrix.network }} configuration230 run: cat .docker/xcm-config/launch-config-xcm-${{ matrix.network }}.json231232 # Build main image for XCM 223 - name: Generate ENV related extend Dockerfile file233 - name: Generate ENV related extend Dockerfile file224 uses: cuchi/jinja2-action@v1.2.0234 uses: cuchi/jinja2-action@v1.2.0225 with:235 with:238 - name: Show build Dockerfile248 - name: Show build Dockerfile239 run: cat .docker/Dockerfile-xcm.${{ matrix.network }}.yml249 run: cat .docker/Dockerfile-xcm.${{ matrix.network }}.yml240241 - name: Show launch-config-xcm-${{ matrix.network }} configuration242 run: cat .docker/xcm-config/launch-config-xcm-${{ matrix.network }}.json243250244 - name: Run find-and-replace to remove slashes from branch name251 - name: Run find-and-replace to remove slashes from branch name245 uses: mad9000/actions-find-and-replace-string@2252 uses: mad9000/actions-find-and-replace-string@2