Skip to content

Commit

Permalink
chore(ci): use build step for checking if is PR (#20536)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya authored Aug 11, 2020
1 parent ba8533d commit ba06909
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 ba06909

Please sign in to comment.