Revert "Added private bin and v4"

This reverts commit 7c827cac0e.
This commit is contained in:
Kasra Bigdeli
2020-08-16 07:34:44 -04:00
parent 3cb7e7d6bb
commit f0ccc406dc
5 changed files with 4 additions and 209 deletions

View File

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