Skip to content

Commit

Permalink
make dirs when CI zombie-builder starts
Browse files Browse the repository at this point in the history
  • Loading branch information
qdrvm-ci committed Jun 20, 2024
1 parent de9500b commit ae2baff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zombienet/docker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ polkadot_binary:
if [ -f polkadot-sdk-versions.txt ]; then \
CONTAINER_NAME=polkadot_build_$$(openssl rand -hex 6); \
POLKADOT_SDK_RELEASE=$$(grep 'polkadot_format_version:' polkadot-sdk-versions.txt | cut -d ' ' -f 2); \
mkdir -p /tmp/polkadot_binary /tmp/cargo/registry /tmp/cargo/git; \
docker run -d --name $$CONTAINER_NAME \
--platform $(PLATFORM) \
--entrypoint "/bin/bash" \
Expand Down

0 comments on commit ae2baff

Please sign in to comment.