From a490ecbd3cc4be0f580716f74f027731291f9978 Mon Sep 17 00:00:00 2001 From: Serban Iorga Date: Thu, 13 Apr 2023 11:36:44 +0300 Subject: [PATCH] Fix CI build (#2039) --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 243673bf96f..eb88001b50c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -238,7 +238,7 @@ build: # Enable this, when you see: "`cargo metadata` can not fail on project `Cargo.toml`" #- time cargo fetch --manifest-path=`cargo metadata --format-version=1 | jq --compact-output --raw-output ".packages[] | select(.name == \"polkadot-runtime\").manifest_path"` #- time cargo fetch --manifest-path=`cargo metadata --format-version=1 | jq --compact-output --raw-output ".packages[] | select(.name == \"kusama-runtime\").manifest_path"` - - CARGO_NET_OFFLINE=true SKIP_WASM_BUILD=1 time cargo build --release --verbose --workspace + - CARGO_NET_OFFLINE=true time cargo build --release --verbose --workspace after_script: # Prepare artifacts - mkdir -p ./artifacts