Skip to content

Commit 047e560

Browse files
committed
fix groovy syntax
1 parent 5277397 commit 047e560

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vars/getCheckoutInfo.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
def call() {
22

33
def repoInfo = [
4-
branch: env.ghprbSourceBranch ?: params.branch_specifier ?: 'missing branch_specifier'
5-
targetBranch: env.ghprbTargetBranch
4+
branch: env.ghprbSourceBranch ?: params.branch_specifier ?: 'missing branch_specifier',
5+
targetBranch: env.ghprbTargetBranch,
66
]
77

88
dir("kibana") {

0 commit comments

Comments
 (0)