We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cb275a commit ded0701Copy full SHA for ded0701
mithril-test-lab/mithril-devnet/mkfiles/mkfiles-init.sh
@@ -79,6 +79,10 @@ if [[ "$SKIP_CARDANO_BIN_DOWNLOAD" != "true" ]]; then
79
rm -f cardano-bin.tar.gz
80
fi
81
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
+
86
# Switch to artifacts directory
87
pushd "${ARTIFACTS_DIR}" > /dev/null || exit
88
0 commit comments