Skip to content
This repository was archived by the owner on Mar 26, 2024. It is now read-only.

Commit ed7aef8

Browse files
author
Matthew J. Bryan
committed
Make sure we are properly bumping build num by build serial.
1 parent bc09b15 commit ed7aef8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

jenkins_build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
rm -rf venv build dist *.egg-info
44

5+
replacement="__build__ = $BUILD_NUMBER"
6+
find . -name version.py | xargs sed -i "s|^__build__ =.*|$replacement|"
7+
58
make docker-test
69
rc=$?;
710
if [[ $rc != 0 ]]; then

0 commit comments

Comments
 (0)