Skip to content

Commit

Permalink
chore(ci): use build step for checking if is PR (elastic#20536)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya authored and melchiormoulin committed Oct 14, 2020
1 parent 425369d commit d12bab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/packaging.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def tagAndPush(name){
}

def tagName = "${libbetaVer}"
if (env.CHANGE_ID?.trim()) {
if (isPR()) {
tagName = "pr-${env.CHANGE_ID}"
}

Expand Down

0 comments on commit d12bab5

Please sign in to comment.