Skip to content

Commit

Permalink
Merge pull request #38 from atlanhq/louis/log-line
Browse files Browse the repository at this point in the history
  • Loading branch information
louisnow authored Mar 3, 2022
2 parents 6174fee + 5d800f2 commit 63e13ee
Show file tree
Hide file tree
Showing 4 changed files with 3,516 additions and 4,290 deletions.
3 changes: 2 additions & 1 deletion lib/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ const install = function (packageName, registry, namespace, save, cluster, optio
parentPackageName = packageNameFromPath(`${dirPath}`);
registry = "local";
}

console.log(`Installing parent package ${parentPackageName}`);
return listDirs(nodeModulesPath);
})
.then((dirs) => {
Expand Down Expand Up @@ -216,3 +216,4 @@ const install = function (packageName, registry, namespace, save, cluster, optio
};

exports.install = install;
exports.installGlobal = installGlobal;
1 change: 1 addition & 0 deletions lib/k8s.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ class K8sInstaller {
* @param {boolean} cluster
*/
install(cluster) {
console.log(`Installing package ${this.package.name}@${this.package.version}`);
return this.installConfigs()
.then((_) => {
return this.installSecrets();
Expand Down
Loading

0 comments on commit 63e13ee

Please sign in to comment.