Test version check
Všechny kontroly byly úspěšné
continuous-integration/drone Build is passing

Tento commit je obsažen v:
Florian Brinker 2021-04-21 23:44:40 +02:00
rodič 2784367a2d
revize 9cd25b3a49

Zobrazit soubor

@ -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]}