Test version check
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Florian Brinker 2021-04-21 23:44:40 +02:00
parent 2784367a2d
commit 9cd25b3a49

View File

@ -35,8 +35,6 @@ if [ "$LATEST_RELEASE" = "$LATEST_TAG" ]; then
exit 78 # drone.io exit code to stop but success the pipeline
fi
exit 1;
SEMVER=( ${LATEST_RELEASE//./ } )
MAJOR=${SEMVER[0]}
MINOR=${SEMVER[0]}.${SEMVER[1]}