mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2026-08-08 20:18:11 -05:00
preview build testing
This commit is contained in:
@@ -17,15 +17,14 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
export branch=$(git status --branch --porcelain | cut -d' ' -f2)
|
#export branch=$(git status --branch --porcelain | cut -d' ' -f2)
|
||||||
|
#if [[ $branch =~ main ]]
|
||||||
if [[ $branch =~ main ]]
|
#then
|
||||||
then
|
# printf "On branch main, continuing\n" 1>&2
|
||||||
printf "On branch main, continuing\n" 1>&2
|
#else
|
||||||
else
|
# printf "Not branch main, bailing out\n" 1>&2
|
||||||
printf "Not branch main, bailing out\n" 1>&2
|
# exit 2
|
||||||
exit 2
|
#fi
|
||||||
fi
|
|
||||||
|
|
||||||
|
|
||||||
export REVISION=$(mvn help:evaluate -Dexpression=revision -q -DforceStdout)
|
export REVISION=$(mvn help:evaluate -Dexpression=revision -q -DforceStdout)
|
||||||
|
|||||||
Reference in New Issue
Block a user