Skip to content
This repository was archived by the owner on Jun 25, 2025. It is now read-only.

Commit ee99ef0

Browse files
committed
remove comments
1 parent dd7e8c6 commit ee99ef0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vars/deployPlannerSnapshot.groovy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ def call(body) {
3030

3131
yaml = flow.getUrlAsString(openShiftTemplate)
3232
yaml = Pattern.compile("- image: ${originalImageName}:(.*)").matcher(yaml).replaceFirst("- image: ${newImageName}")
33-
// yaml = Pattern.compile("${originalImageName}").matcher(yaml).replaceFirst("${newImageName}")
3433

3534
if (!yaml.contains(newImageName)){
3635
error "original image ${originalImageName} not replaced with ${newImageName} in yaml: \n ${yaml}"

0 commit comments

Comments
 (0)