Skip to content

Commit

Permalink
Move sanchonet to RELEASE=testing
Browse files Browse the repository at this point in the history
  • Loading branch information
TrevorBenson committed Apr 19, 2024
1 parent 30e1d1f commit e84b42c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/cnode-helper-scripts/mithril.library
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,12 @@ set_defaults() {
mainnet|preprod|guild)
RELEASE="release"
;;
preview|sanchonet)
preview)
RELEASE="pre-release"
;;
sanchonet)
RELEASE="testing"
;;
*)
echo "ERROR: The NETWORK_NAME must be set to mainnet, preprod, preview, or sanchonet before $(basename "${0::-3}") can be deployed!!"
exit 1
Expand Down

0 comments on commit e84b42c

Please sign in to comment.