now has working dockerBuildArgEnvMap

This commit is contained in:
2017-08-29 06:07:13 +02:00
parent 37b3c1abc9
commit c247cc2892
8 changed files with 16 additions and 11 deletions

View File

@@ -19,7 +19,7 @@ let npmciNpmextra = new plugins.npmextra.Npmextra(paths.cwd);
let defaultConfig = {
npmGlobalTools: [],
dockerRegistryRepoMap: {},
dockerEnvBuildargMap: {}
dockerBuildargEnvMap: {}
};
exports.configObject = npmciNpmextra.dataFor('npmci', defaultConfig);
exports.getConfig = () => __awaiter(this, void 0, void 0, function* () {