Skip to content

Commit

Permalink
ci(fix): target dan for multiNet (#5926)
Browse files Browse the repository at this point in the history
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?
---

<!-- Checklist -->
<!-- 1. Is the title of your PR in the form that would make nice release
notes? The title, excluding the conventional commit
tag, will be included exactly as is in the CHANGELOG, so please think
about it carefully. -->


Breaking Changes
---

- [x] None
- [ ] Requires data directory on base node to be deleted
- [ ] Requires hard fork
- [ ] Other - Please specify

<!-- Does this include a breaking change? If so, include this line as a
footer -->
<!-- BREAKING CHANGE: Description what the user should do, e.g. delete a
database, resync the chain -->
  • Loading branch information
leet4tari committed Nov 9, 2023
1 parent 4507286 commit 27f78de
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion buildtools/multinet_envs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 27f78de

Please sign in to comment.