We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe9d8d1 commit fa12f44Copy full SHA for fa12f44
RELEASE_VERSION
build.sh
@@ -52,10 +52,10 @@ main() {
52
RELEASE_VERSION=$(git describe --abbrev=0 --tags | tr -d 'v')
53
fi
54
if [ -z "${RELEASE_VERSION}" ] ; then
55
- RELEASE_VERSION=$(cat RELEASE_VERSION)
+ echo "RELEASE_VERSION must be set"
56
+ exit 1
57
58
-
59
buildpath=/tmp/gh-ost-release
60
target=gh-ost
61
timestamp=$(date "+%Y%m%d%H%M%S")
0 commit comments