From 384f4d9ee69ad08e1f87997626ec375914f7867d Mon Sep 17 00:00:00 2001 From: Alexander Aksenov Date: Tue, 02 Aug 2022 21:29:38 +0000 Subject: [PATCH] Changed path to launch-config.json and remove "--release" annotation --- --- a/.docker/.env +++ b/.docker/.env @@ -2,6 +2,6 @@ RUST_C=1.62.0-nightly POLKA_VERSION=release-v0.9.24 UNIQUE_BRANCH=develop -FEATURE='--features=quartz-runtime --release' +FEATURE='--features=quartz-runtime' USER=*** PASS=*** --- a/.docker/docker-compose-tests-parachain.yml +++ b/.docker/docker-compose-tests-parachain.yml @@ -11,7 +11,7 @@ - POLKA_VERSION=${POLKA_VERSION:?err} - FEATURE=${FEATURE:?err} volumes: - - ./launch-config.json:/polkadot-launch/launch-config.json + - ../launch-config.json:/polkadot-launch/launch-config.json env_file: - ./.env -- gitstuff