Would if I added the script

This commit is contained in:
David Baker 2018-05-02 11:03:40 +01:00
parent 730512bc3f
commit b44582777b

12
scripts/fetchdep.sh Executable file
View file

@ -0,0 +1,12 @@
#!/bin/sh
set -e
org="$1"
repo="$2"
curbranch="${TRAVIS_PULL_REQUEST_BRANCH:-$TRAVIS_BRANCH}"
echo "Determined branch to be $curbranch"
git clone https://github.com/$org/$repo.git $repo --branch "$curbranch" || git clone https://github.com/$org/$repo.git $repo --branch develop