Browse Source

Remove branch logic from deploy script

the branch logic lives in main.sh, so no need to check again
pull/576/head
Dave Machado 6 years ago
parent
commit
367de578e6
No known key found for this signature in database GPG Key ID: 948D4778D01A7B3F
1 changed files with 0 additions and 6 deletions
  1. +0
    -6
      build/deploy.sh

+ 0
- 6
build/deploy.sh View File

@@ -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


Loading…
Cancel
Save