git.delta.rocks / unique-network / refs/commits / ebc7f6fe8640

difftreelog

update forkless with data workflow

Konstantin Astakhov2022-10-31parent: #6a76cbb.patch.diff
in: master

2 files changed

modified.docker/Dockerfile-try-runtimediffbeforeafterboth
4444
45RUN echo "Requested features: ${NETWORK}-runtime\n" && \45RUN echo "Requested features: ${NETWORK}-runtime\n" && \
46 echo "Fork from: $REPLICA_FROM\n" && \46 echo "Fork from: $REPLICA_FROM\n" && \
47 cargo build --features=${NETWORK}-runtime --release47 cargo build --features=try-runtime,${NETWORK}-runtime --release
4848
49CMD cargo run --features=try-runtime,${NETWORK}-runtime --release -- try-runtime --no-spec-check-panic on-runtime-upgrade live --uri $REPLICA_FROM49CMD cargo run --features=try-runtime,${NETWORK}-runtime --release -- try-runtime --no-spec-check-panic on-runtime-upgrade live --uri $REPLICA_FROM
5050
modified.docker/docker-compose.tmp-forkless-nodata.j2diffbeforeafterboth
--- a/.docker/docker-compose.tmp-forkless-nodata.j2
+++ b/.docker/docker-compose.tmp-forkless-nodata.j2
@@ -7,7 +7,7 @@
         - "RUST_TOOLCHAIN={{ RUST_TOOLCHAIN }}"
         - "BRANCH={{ BRANCH }}"
         - "REPO_URL={{ REPO_URL }}"
-        - "NETWORK"={{ NETWORK }}"
+        - "NETWORK={{ NETWORK }}"
         - "POLKADOT_BUILD_BRANCH={{ POLKADOT_BUILD_BRANCH }}"
         - "POLKADOT_LAUNCH_BRANCH={{ POLKADOT_LAUNCH_BRANCH }}"        
         - "MAINNET_TAG={{ MAINNET_TAG }}"