Skip to content

Commit 6270c48

Browse files
author
Yucheng Low
committed
Merge pull request #128 from ylow/master
Build number is not propagated correctly. Changed the build number setting location in the script
2 parents 697337d + 58ed649 commit 6270c48

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

oss_local_scripts/make_egg.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,6 @@ if [[ -z $SKIP_BUILD ]]; then
271271
build_source
272272
fi
273273

274-
set_build_number
275274

276275
if [[ -z $SKIP_CPP_TEST ]]; then
277276
cpp_test
@@ -281,6 +280,8 @@ if [[ -z $SKIP_TEST ]]; then
281280
unit_test
282281
fi
283282

283+
set_build_number
284+
284285
package_egg
285286

286287
if [[ -z $SKIP_DOC ]]; then

0 commit comments

Comments
 (0)