Skip to content

Commit b12e659

Browse files
author
Federico Fissore
committed
PR Autobuild: fixed artifact name
1 parent a5ea0a9 commit b12e659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build_pull_request.bash

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ then
1313
exit $ERRORS
1414
fi
1515

16-
VERSION="PR-${ghprbPullId}"
16+
VERSION="PR-${ghprbPullId}-BUILD-${BUILD_NUMBER}"
1717

1818
ant -Djava.net.preferIPv4Stack=true -Dplatform=linux32 -Dlinux32=1 -Dversion="${VERSION}" dist
1919
ant -Djava.net.preferIPv4Stack=true -Dplatform=linux64 -Dlinux64=1 -Dversion="${VERSION}" dist

0 commit comments

Comments
 (0)