Skip to content

Commit fa12f44

Browse files
Remove stale RELEASE_VERSION file (#1349)
Signed-off-by: Tim Vaillancourt <[email protected]>
1 parent fe9d8d1 commit fa12f44

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

RELEASE_VERSION

Lines changed: 0 additions & 1 deletion
This file was deleted.

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ main() {
5252
RELEASE_VERSION=$(git describe --abbrev=0 --tags | tr -d 'v')
5353
fi
5454
if [ -z "${RELEASE_VERSION}" ] ; then
55-
RELEASE_VERSION=$(cat RELEASE_VERSION)
55+
echo "RELEASE_VERSION must be set"
56+
exit 1
5657
fi
5758

58-
5959
buildpath=/tmp/gh-ost-release
6060
target=gh-ost
6161
timestamp=$(date "+%Y%m%d%H%M%S")

0 commit comments

Comments
 (0)