Skip to content

Commit 3629276

Browse files
authored
fix build step on CI (#2034)
1 parent 3a2311b commit 3629276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ build:
238238
# Enable this, when you see: "`cargo metadata` can not fail on project `Cargo.toml`"
239239
#- time cargo fetch --manifest-path=`cargo metadata --format-version=1 | jq --compact-output --raw-output ".packages[] | select(.name == \"polkadot-runtime\").manifest_path"`
240240
#- time cargo fetch --manifest-path=`cargo metadata --format-version=1 | jq --compact-output --raw-output ".packages[] | select(.name == \"kusama-runtime\").manifest_path"`
241-
- CARGO_NET_OFFLINE=true SKIP_POLKADOT_RUNTIME_WASM_BUILD=1 SKIP_KUSAMA_RUNTIME_WASM_BUILD=1 SKIP_POLKADOT_TEST_RUNTIME_WASM_BUILD=1 time cargo build --release --verbose --workspace
241+
- CARGO_NET_OFFLINE=true SKIP_WASM_BUILD=1 time cargo build --release --verbose --workspace
242242
after_script:
243243
# Prepare artifacts
244244
- mkdir -p ./artifacts

0 commit comments

Comments
 (0)