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

Commit

Permalink
remove --locked from companion check command (#14690)
Browse files Browse the repository at this point in the history
  • Loading branch information
liamaharon authored Aug 1, 2023
1 parent 22f0669 commit 6d19bc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/ci/gitlab/pipeline/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
substrate: polkadot-v*
polkadot: release-v*
COMPANION_CHECK_COMMAND: >
time cargo build --release --locked -p "$NETWORK"-runtime &&
time cargo run --locked --release --features try-runtime try-runtime \
time cargo build --release -p "$NETWORK"-runtime &&
time cargo run --release --features try-runtime try-runtime \
--runtime ./target/release/wbuild/"$NETWORK"-runtime/target/wasm32-unknown-unknown/release/"$NETWORK"_runtime.wasm \
--chain=${NETWORK}-dev \
on-runtime-upgrade --checks=pre-and-post live --uri wss://${NETWORK}-try-runtime-node.parity-chains.parity.io:443
Expand Down

0 comments on commit 6d19bc2

Please sign in to comment.