Skip to content

Commit a9137c6

Browse files
cleanup
1 parent 5264af8 commit a9137c6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/com/google/jenkins/plugins/computeengine/ComputeEngineLinuxLauncher.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,6 @@ protected boolean checkStartupScriptFinished(
135135
conn,
136136
// default value will be 0 until it finishes
137137
"exit $(systemctl show google-startup-scripts --property ExecMainExitTimestampMonotonic | cut -d \"=\" -f 2)",
138-
// not "initializing" or "starting" - benefit is doesn't require google-startup-scripts
139-
// "[ \"$(systemctl is-system-running)\" != \"starting\" ]",
140138
logger,
141139
listener)) {
142140
return true;

0 commit comments

Comments
 (0)