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

Commit 0156c29

Browse files
committed
use utils after declaration
1 parent 6424794 commit 0156c29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vars/deployPlannerSnapshot.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ def call(body) {
1010
body()
1111

1212
def yaml
13-
def openShiftProject = config.openShiftProject + '-' + utils.getRepoName()
1413
def openShiftTemplate = config.openShiftTemplate
1514
def originalImageName = config.originalImageName
1615
def newImageName = config.newImageName
@@ -20,6 +19,7 @@ def call(body) {
2019

2120
def flow = new io.fabric8.Fabric8Commands()
2221
def utils = new io.fabric8.Utils()
22+
def openShiftProject = config.openShiftProject + '-' + utils.getRepoName()
2323

2424
container('clients') {
2525
if (!flow.isAuthorCollaborator("", project)){

0 commit comments

Comments
 (0)