diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 00e7d1493f0ef88eb5c16e1c1981b5383bdb326b..4c3bafef832b2d46e6a42a2fad5a2384e563b3a8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -312,7 +312,6 @@ build_network_runtime: - echo "RUNTIME_DIR = $RUNTIME_DIR" - echo "SRTOOL_OUTPUT = $SRTOOL_OUTPUT" - mkdir -p $CI_PROJECT_DIR/release - - echo -e "[toolchain]\nchannel = \"`curl -s https://raw.githubusercontent.com/paritytech/srtool/master/RUSTC_VERSION`\"\ncomponents = [ \"rust-std\", \"rust-src\" ]" > $RUNTIME_DIR/rust-toolchain.toml # Workaround see !239 # Copy sources to the expected directory of srtool - cp -R * /build/ # Build the runtime @@ -337,7 +336,6 @@ build_gdev_runtime: script: - *define_release_runtime_vars - mkdir -p $CI_PROJECT_DIR/release - - echo -e "[toolchain]\nchannel = \"`curl -s https://raw.githubusercontent.com/paritytech/srtool/master/RUSTC_VERSION`\"\ncomponents = [ \"rust-std\", \"rust-src\" ]" > $RUNTIME_DIR/rust-toolchain.toml # Workaround see !239 # Copy sources to the expected directory of srtool - cp -R * /build/ # Build the runtime