Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 17a561b

Browse files
committed
Use build number as given.
1 parent 090b7ea commit 17a561b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

3.7.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,8 @@ function main() {
167167
BUILD_TAG=""
168168
echo "Building untagged build"
169169
else
170-
BUILD_TAG=".b${BUILD_NUMBER}"
171-
echo "Building b${BUILD_NUMBER}"
170+
BUILD_TAG=".${BUILD_NUMBER}"
171+
echo "Building ${BUILD_NUMBER}"
172172
fi
173173

174174
# Clear the build directory.

0 commit comments

Comments
 (0)