Revert "Revert "Added private bin and v4""

This reverts commit f0ccc406dc.
This commit is contained in:
Kasra Bigdeli
2020-08-16 07:36:30 -04:00
parent f0ccc406dc
commit 53fc299f36
5 changed files with 232 additions and 6 deletions

View File

@@ -77,11 +77,11 @@ function convertV2toV4(v2String) {
parsed[propertyName] = undefined;
}
parsed.captainVersion = 4;
parsed.caproverOneClickApp = {};
parsed.services = parsed.dockerCompose.services;
parsed.dockerCompose = undefined;
parsed.captainVersion = 4;
parsed.caproverOneClickApp = {};
moveProperty('variables');
moveProperty('instructions');