update makrerelease

This commit is contained in:
MatMoul 2024-04-07 04:24:58 +02:00
parent 436f8f62e4
commit adc1c530e2

View File

@ -16,13 +16,6 @@ if [ "${VERSION}" == "" ]; then
exit 1 exit 1
fi fi
ssh -T gitea@ssh.git.netm.ch
if [ ! "${?}" = "1" ]; then
echo "No ssh key loaded exiting..."
exit 1
fi
CURRENTBRANCH=$(git rev-parse --abbrev-ref HEAD) CURRENTBRANCH=$(git rev-parse --abbrev-ref HEAD)
if [ ! "${CURRENTBRANCH}" == "dev" ]; then if [ ! "${CURRENTBRANCH}" == "dev" ]; then