diff --git a/makerelease.sh b/makerelease.sh index 17f0a35..55daacd 100755 --- a/makerelease.sh +++ b/makerelease.sh @@ -16,13 +16,6 @@ if [ "${VERSION}" == "" ]; then exit 1 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) if [ ! "${CURRENTBRANCH}" == "dev" ]; then