From bd768a44f880960269f681dfd66e2f8d4d25f37c Mon Sep 17 00:00:00 2001 From: David Schweikert Date: Sun, 2 Mar 2014 22:56:56 +0100 Subject: [PATCH] test bintray deployment --- ci/deploy-bintray.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/deploy-bintray.sh b/ci/deploy-bintray.sh index 9a81cef..78bef9b 100755 --- a/ci/deploy-bintray.sh +++ b/ci/deploy-bintray.sh @@ -1,10 +1,10 @@ -#!/bin/bash +#!/bin/bash -x -e # upload to bintray.com/schweikert make dist VERSION=$(ls fping-*.tar.gz | sed -e 's/^fping-//' | sed -e 's/\.tar\.gz$//') -if [[ "$VERSION" =~ [0-9]+\.[0-9]+ ]]; then +if [[ "$VERSION" =~ ^[0-9]+\.[0-9]+$ ]]; then REPO=release else REPO=beta -- 2.43.0