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

Commit 94cadae

Browse files
Patch CI for split out worker binaries (#7360)
1 parent 59072a3 commit 94cadae

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

scripts/ci/dockerfiles/polkadot_injected_debug.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN apt-get update && \
3333
ln -s /data /polkadot/.local/share/polkadot
3434

3535
# add polkadot binary to docker image
36-
COPY ./polkadot /usr/local/bin
36+
COPY ./polkadot ./polkadot-*-worker /usr/local/bin
3737

3838
USER polkadot
3939

scripts/ci/gitlab/pipeline/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ build-linux-stable:
2626
- mkdir -p ./artifacts
2727
- VERSION="${CI_COMMIT_REF_NAME}" # will be tag or branch name
2828
- mv ./target/testnet/polkadot ./artifacts/.
29+
- mv ./target/testnet/polkadot-prepare-worker ./artifacts/. 2 > /dev/null || true
30+
- mv ./target/testnet/polkadot-execute-worker ./artifacts/. 2 > /dev/null || true
2931
- pushd artifacts
3032
- sha256sum polkadot | tee polkadot.sha256
3133
- shasum -c polkadot.sha256

0 commit comments

Comments
 (0)