Skip to content

Commit cd3feb8

Browse files
authored
Update toolsJenkisn.groovy
1 parent d293820 commit cd3feb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sharedLibrary/toolsJenkisn.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class toolsJenkisn implements Serializable{
1919

2020
def callToActions(String name) {
2121
steps.sh "gcloud components list"
22-
steps.sh "sudo apt --fix-broken install"
22+
steps.sh "sudo apt --fix-broken install -y"
2323
steps.sh "sudo apt install -y cowsay"
2424
this.printMessage("${script.env.WORKSPACE}")
2525
}

0 commit comments

Comments
 (0)