Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
[Fix] Benchmark build artifact folder creation (#1519)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruseinov authored and bkontur committed Aug 9, 2022
1 parent 4a38fac commit 3e51e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ benchmarks-build:
<<: *benchmarks-manual-refs
script:
- time cargo build --profile production --locked --features runtime-benchmarks
- mkdir artifacts
- mkdir -p artifacts
- cp target/production/polkadot-parachain ./artifacts/

benchmarks:
Expand Down

0 comments on commit 3e51e50

Please sign in to comment.