Skip to content
Snippets Groups Projects
Commit 07ef78aa authored by Jan David Mol's avatar Jan David Mol
Browse files

Taskk #7336: Also switch cbm009/cbm010 between versions in production, just in...

Taskk #7336: Also switch cbm009/cbm010 between versions in production, just in case they will be used
parent 9ebd63a1
No related branches found
No related tags found
No related merge requests found
......@@ -13,8 +13,8 @@ function error() {
if [ -z "$HOSTS" ]; then
case `hostname` in
cbt001|cbt002|cbt003|cbt004|cbt005|cbt006|cbt007|cbt008)
# Production system
HOSTS="cbm001 cbm002 cbm003 cbm004 cbm005 cbm006 cbm007 cbm008"
# Production system -- switch test system as well, in case we use cbm009/cbm010!
HOSTS="cbm001 cbm002 cbm003 cbm004 cbm005 cbm006 cbm007 cbm008 cbm009 cbm010"
;;
cbt009|cbt010)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment