1
0
mirror of https://frontier.innolan.net/rainlance/amiga-fping.git synced 2025-11-22 09:36:49 +00:00

test bintray deployment

This commit is contained in:
David Schweikert
2014-03-02 23:09:26 +01:00
parent 2604b40743
commit 42574667d6

View File

@ -11,4 +11,4 @@ if [[ "$VERSION" =~ ^[0-9]+\.[0-9]+$ ]]; then
else
REPO=beta
fi
curl -T fping-$VERSION.tar.gz -uschweikert:$BINTRAY_API_KEY https://api.bintray.com/content/schweikert/$RELEASE/fping/$VERSION/fping-$VERSION.tar.gz
curl -T fping-$VERSION.tar.gz -uschweikert:$BINTRAY_API_KEY https://api.bintray.com/content/schweikert/$REPO/fping/$VERSION/fping-$VERSION.tar.gz