mbohun
10/28/2014 - 1:29 AM

do not deploy forks from travis-ci.org

do not deploy forks from travis-ci.org

#git remote -v | grep push | sed -e 's/^.*://g' -e 's/\/.*$//g'

github_user=`git remote -v | grep push | sed -e 's/^.*://g' -e 's/\/.*$//g'`
if [ "$github_user" == "AtlasOfLivingAustralia" ]; then echo "NOT A FORK, so deploy here..."; fi