Skip to content

Commit

Permalink
Remove stale RELEASE_VERSION file
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Vaillancourt <tvaillancourt@slack-corp.com>
  • Loading branch information
timvaillancourt committed Dec 7, 2023
1 parent 94463cf commit 4c744a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion RELEASE_VERSION

This file was deleted.

4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ main() {
RELEASE_VERSION=$(git describe --abbrev=0 --tags | tr -d 'v')
fi
if [ -z "${RELEASE_VERSION}" ] ; then
RELEASE_VERSION=$(cat RELEASE_VERSION)
echo "RELEASE_VERSION must be set"
exit 1
fi


buildpath=/tmp/gh-ost-release
target=gh-ost
timestamp=$(date "+%Y%m%d%H%M%S")
Expand Down

0 comments on commit 4c744a1

Please sign in to comment.