Unverified Commit 367de578 authored by Dave Machado's avatar Dave Machado
Browse files

Remove branch logic from deploy script

the branch logic lives in main.sh, so no need to check again
parent 9f53d094
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment