Test version check
所有检测均成功
continuous-integration/drone Build is passing

这个提交包含在:
Florian Brinker 2021-04-21 23:44:40 +02:00
父节点 2784367a2d
当前提交 9cd25b3a49

查看文件

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