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