nimbus.mainnet: drop db_purge and db_sync vars
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
297f347934
commit
d6da1ce336
|
@ -140,7 +140,7 @@ nodes_layout:
|
|||
- { branch: 'stable', num: 2 }
|
||||
- { branch: 'testing', num: 1 }
|
||||
- { branch: 'testing', num: 2 }
|
||||
- { branch: 'unstable', num: 1, db_purge: true }
|
||||
- { branch: 'unstable', num: 1 }
|
||||
- { branch: 'unstable', num: 2 }
|
||||
|
||||
'metal-06.he-eu-hel1.nimbus.mainnet':
|
||||
|
@ -148,7 +148,7 @@ nodes_layout:
|
|||
- { branch: 'stable', num: 2 }
|
||||
- { branch: 'testing', num: 1 }
|
||||
- { branch: 'testing', num: 2 }
|
||||
- { branch: 'unstable', num: 1, db_purge: true, db_sync: true }
|
||||
- { branch: 'unstable', num: 1 }
|
||||
- { branch: 'unstable', num: 2 }
|
||||
|
||||
'metal-07.he-eu-hel1.nimbus.mainnet':
|
||||
|
|
Loading…
Reference in New Issue