Skip to content

Commit

Permalink
ci: copy new polkadot binaries to /usr/bin
Browse files Browse the repository at this point in the history
paritytech/polkadot#7337 changed that polkadot
requires three binaries which is required for the integration tests.
  • Loading branch information
niklasad1 committed Aug 4, 2023
1 parent 4ec0cdb commit 064641d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ nightly-test:
- cargo build --release --features fast-runtime
- mkdir -p ~/.local/bin
- mv ./target/release/polkadot /usr/bin
- mv ./target/release/polkadot-execute-worker /usr/bin
- mv ./target/release/polkadot-prepare-worker /usr/bin
- polkadot --version
- cd -
- rm -rf polkadot
Expand Down

0 comments on commit 064641d

Please sign in to comment.