mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
allow forcing preview tag update
This commit is contained in:
@@ -6,5 +6,10 @@ RELEASE_VERSION=${CURRENT_VERSION%%-SNAPSHOT}
|
|||||||
PREVIEW_TAG="${RELEASE_VERSION}-preview"
|
PREVIEW_TAG="${RELEASE_VERSION}-preview"
|
||||||
printf "preview tag: '%s'\n" "${PREVIEW_TAG}"
|
printf "preview tag: '%s'\n" "${PREVIEW_TAG}"
|
||||||
|
|
||||||
git tag "${PREVIEW_TAG}"
|
if [ "$1" == "-f" ]
|
||||||
|
then
|
||||||
|
git tag -f "${PREVIEW_TAG}"
|
||||||
|
else
|
||||||
|
git tag "${PREVIEW_TAG}"
|
||||||
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user