From 367de578e6e1a9c92f2640030eb280c1f9715c10 Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Tue, 2 Jan 2018 13:14:48 -0500 Subject: [PATCH] Remove branch logic from deploy script the branch logic lives in main.sh, so no need to check again --- build/deploy.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build/deploy.sh b/build/deploy.sh index 7df587af..f90e967d 100755 --- a/build/deploy.sh +++ b/build/deploy.sh @@ -2,12 +2,6 @@ set -o errexit -o nounset -if [ "$TRAVIS_BRANCH" != "master" ] -then - echo "This commit was made against $TRAVIS_BRANCH and not master! No deploy!" - exit 0 -fi - rev=$(git rev-parse --short HEAD) mkdir deploy