Fix release script

This commit is contained in:
Andreas Dangel
2017-01-28 14:16:51 +01:00
parent a7fc141ee7
commit ef327a7836

View File

@ -217,7 +217,6 @@ if [ ! "" = "$PMD_LOCAL_BINARIES" -a -d $PMD_LOCAL_BINARIES ]; then
fi
echo "Making the binary the new default file..."
PMD_SF_APIKEY
curl -H "Accept: application/json" -X PUT -d "default=windows&default=mac&default=linux&default=bsd&default=solaris&default=others" \
-d "api_key=${PMD_SF_APIKEY}" https://sourceforge.net/projects/pmd/files/pmd/${RELEASE_VERSION}/pmd-bin-${RELEASE_VERSION}.zip
echo