mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 04:41:02 +00:00
Patch CI for split out worker binaries (#7360)
This commit is contained in:
@@ -33,7 +33,7 @@ RUN apt-get update && \
|
||||
ln -s /data /polkadot/.local/share/polkadot
|
||||
|
||||
# add polkadot binary to docker image
|
||||
COPY ./polkadot /usr/local/bin
|
||||
COPY ./polkadot ./polkadot-*-worker /usr/local/bin
|
||||
|
||||
USER polkadot
|
||||
|
||||
|
||||
@@ -26,6 +26,8 @@ build-linux-stable:
|
||||
- mkdir -p ./artifacts
|
||||
- VERSION="${CI_COMMIT_REF_NAME}" # will be tag or branch name
|
||||
- mv ./target/testnet/polkadot ./artifacts/.
|
||||
- mv ./target/testnet/polkadot-prepare-worker ./artifacts/. 2 > /dev/null || true
|
||||
- mv ./target/testnet/polkadot-execute-worker ./artifacts/. 2 > /dev/null || true
|
||||
- pushd artifacts
|
||||
- sha256sum polkadot | tee polkadot.sha256
|
||||
- shasum -c polkadot.sha256
|
||||
|
||||
Reference in New Issue
Block a user