From 37d18b9614ec9e4f1441016a908641973fef56b2 Mon Sep 17 00:00:00 2001 From: Razican Date: Sun, 9 Dec 2018 20:07:06 +0100 Subject: [PATCH] Fixed deployment script --- travis-helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis-helper.sh b/travis-helper.sh index dc32f5766..96c4de567 100755 --- a/travis-helper.sh +++ b/travis-helper.sh @@ -73,7 +73,7 @@ elif [ "$action" = "dist_test" ]; then docker run -d -t -e TAG=$TAG -v $TRAVIS_BUILD_DIR:/root/super --name "$package" --privileged "$package:latest" "/bin/bash" && docker exec "$package" "/root/super/`echo $package`_build.sh" -elif [ "action" = "deploy"]; then +elif [ "action" = "deploy" ]; then if [ -n "$TRAVIS_TAG" ]; then mkdir -pv releases && for PACKAGE in "debian" "ubuntu" "fedora" "centos"; do