You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// add a closure to the buildMap
- buildsMap[imageName] = { ->
- def hyphenImageName = imageName.replaceAll("_","-")
-
+ buildsMap[imageName] = {
+ -> def hyphenImageName = imageName.replaceAll("_", "-")
The text was updated successfully, but these errors were encountered:
verdverm
changed the title
Closure had a newline inserted where it should not
Closure had the arrow moved to the next line when it should not
Jan 24, 2023
The text was updated successfully, but these errors were encountered: