Skip to content

Commit ded0701

Browse files
committed
wip(devnet): use local DMQ node - DO NOT MERGE
1 parent 4cb275a commit ded0701

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mithril-test-lab/mithril-devnet/mkfiles/mkfiles-init.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ if [[ "$SKIP_CARDANO_BIN_DOWNLOAD" != "true" ]]; then
7979
rm -f cardano-bin.tar.gz
8080
fi
8181

82+
# TODO: remove this temporary implementation to copy DMQ node binary once the DMQ is part of the Cardano node bundle
83+
cp ./bin/dmq-node ${ARTIFACTS_DIR}/bin/
84+
chmod u+x ${ARTIFACTS_DIR}/bin/dmq-node
85+
8286
# Switch to artifacts directory
8387
pushd "${ARTIFACTS_DIR}" > /dev/null || exit
8488

0 commit comments

Comments
 (0)