This commit is contained in:
Alexander Samusev
2022-04-19 14:15:56 +02:00
committed by GitHub
parent 39ea7ecbf6
commit 14d6f1371e
+1 -1
View File
@@ -202,7 +202,7 @@ benchmarks-build:
script:
- time cargo build --profile production --locked --features runtime-benchmarks
- mkdir artifacts
- cp $CARGO_TARGET_DIR/production/polkadot-collator ./artifacts/
- cp target/production/polkadot-collator ./artifacts/
benchmarks:
stage: benchmarks-run