From 99df65213b9c16713b72caa6c065c4501c536d26 Mon Sep 17 00:00:00 2001 From: Alex <12645087+lzadjsf@users.noreply.github.com> Date: Tue, 02 Aug 2022 21:31:05 +0000 Subject: [PATCH] Merge pull request #8 from lzadjsf/core-ci-step-2 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