From 077515d83dc36a365f47c94c14692789081c0735 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Fri, 26 Sep 2025 09:33:20 -0500 Subject: [PATCH] fixup! ? --- vars/buildContainerImage2.groovy | 2 -- 1 file changed, 2 deletions(-) diff --git a/vars/buildContainerImage2.groovy b/vars/buildContainerImage2.groovy index fc2bbd2..0186d7b 100644 --- a/vars/buildContainerImage2.groovy +++ b/vars/buildContainerImage2.groovy @@ -53,7 +53,6 @@ def call(args) { } parallel stages - stage('Push') { runInPod { container('buildah') { withBuildahCreds(registry) { @@ -89,7 +88,6 @@ def call(args) { } } } -} def buildStage(args) { def name = args.name