From 27f78de65eeb8acc7562d95657a638176b860b03 Mon Sep 17 00:00:00 2001 From: "C.Lee Taylor" <47312074+leet4tari@users.noreply.github.com> Date: Thu, 9 Nov 2023 10:03:16 +0200 Subject: [PATCH] ci(fix): target dan for multiNet (#5926) Description Target dan network for igor Motivation and Context Upload artefacts to the correct network How Has This Been Tested? --- What process can a PR reviewer use to test or verify this change? --- Breaking Changes --- - [x] None - [ ] Requires data directory on base node to be deleted - [ ] Requires hard fork - [ ] Other - Please specify --- buildtools/multinet_envs.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/buildtools/multinet_envs.sh b/buildtools/multinet_envs.sh index 1650ba9709..10e2bd488c 100644 --- a/buildtools/multinet_envs.sh +++ b/buildtools/multinet_envs.sh @@ -10,10 +10,15 @@ v*-pre.*) export TARI_NETWORK_DIR=testnet ;; v*-rc.*) - echo "nextnet" + echo "nextnet" export TARI_NETWORK=nextnet export TARI_NETWORK_DIR=nextnet ;; +v*-dan.*) + echo "dan" + export TARI_NETWORK=igor + export TARI_NETWORK_DIR=testnetdan + ;; *) echo "mainnet" export TARI_NETWORK=mainnet