limit deployment to 1 for now
This commit is contained in:
parent
3ae5157e47
commit
2374cb1641
|
@ -82,7 +82,7 @@ class DeployManager {
|
||||||
});
|
});
|
||||||
|
|
||||||
try {
|
try {
|
||||||
async.auto(contractDeploys, function(_err, _results) {
|
async.auto(contractDeploys, 1, function(_err, _results) {
|
||||||
if (errors.length) {
|
if (errors.length) {
|
||||||
_err = __("Error deploying contracts. Please fix errors to continue.");
|
_err = __("Error deploying contracts. Please fix errors to continue.");
|
||||||
self.logger.error(_err);
|
self.logger.error(_err);
|
||||||
|
|
Loading…
Reference in New Issue