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

Commit 6ff34b8

Browse files
committed
Update for build artifacts generating the README.txt
1 parent 8596212 commit 6ff34b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/buildArtifacts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ for tarball in $FILE_EXT; do
111111
done
112112

113113
#Copy the releases file as README.txt
114-
VERSION=`cat ${BASE_DIR}/version.properties | cut -d= -f2 | sed -e 's/\./_/g'`
114+
VERSION=`cat ${BASE_DIR}/version.properties | grep VERSION | cut -d= -f2 | sed -e 's/\./_/g'`
115115
RELEASE_NOTES="RELEASE_${VERSION}.txt"
116116

117117
if [ -f "${BASE_DIR}/../bigdata/src/releases/${RELEASE_NOTES}" ] ; then

0 commit comments

Comments
 (0)