@starship-ci/client
Advanced tools
Comparing version 2.5.4 to 2.5.5
@@ -334,6 +334,4 @@ "use strict"; | ||
const podNames = this.getPodNames(); | ||
this.log(`pod names: ${podNames}`); | ||
// Check the status of each pod retrieved | ||
podNames.forEach(podName => { | ||
console.log(`Checking status of pod: ${podName}`); | ||
this.checkPodStatus(podName); | ||
@@ -340,0 +338,0 @@ }); |
@@ -305,6 +305,4 @@ import chalk from 'chalk'; | ||
const podNames = this.getPodNames(); | ||
this.log(`pod names: ${podNames}`); | ||
// Check the status of each pod retrieved | ||
podNames.forEach(podName => { | ||
console.log(`Checking status of pod: ${podName}`); | ||
this.checkPodStatus(podName); | ||
@@ -311,0 +309,0 @@ }); |
{ | ||
"name": "@starship-ci/client", | ||
"version": "2.5.4", | ||
"version": "2.5.5", | ||
"author": "Dan Lynch <pyramation@gmail.com>", | ||
@@ -58,3 +58,3 @@ "description": "Starship CI Client", | ||
}, | ||
"gitHead": "35e3cfd07673c28090b540e24180e21287ef842b" | ||
"gitHead": "ac540a12ce5cf0014a0f978e8b4ccce047e058e3" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
57291
1361