difftreelog
Changed path to launch-config.json and remove "--release" annotation
in: master
2 files changed
.docker/.envdiffbeforeafterboth2RUST_C=1.62.0-nightly2RUST_C=1.62.0-nightly3POLKA_VERSION=release-v0.9.243POLKA_VERSION=release-v0.9.244UNIQUE_BRANCH=develop4UNIQUE_BRANCH=develop5FEATURE='--features=quartz-runtime --release'5FEATURE='--features=quartz-runtime'6USER=***6USER=***7PASS=***7PASS=***88.docker/docker-compose-tests-parachain.ymldiffbeforeafterboth11 - POLKA_VERSION=${POLKA_VERSION:?err}11 - POLKA_VERSION=${POLKA_VERSION:?err}12 - FEATURE=${FEATURE:?err}12 - FEATURE=${FEATURE:?err}13 volumes:13 volumes:14 - ./launch-config.json:/polkadot-launch/launch-config.json14 - ../launch-config.json:/polkadot-launch/launch-config.json15 env_file:15 env_file:16 - ./.env16 - ./.env1717