chore(dgeni): TS 1.8 dgeni tweak and CI perf improvements

This commit is contained in:
perry
2016-04-01 13:07:18 -05:00
parent ff17cf836c
commit 50d2d0875b
3 changed files with 6 additions and 4 deletions

View File

@ -16,6 +16,8 @@ function run {
ARGS="--branch=${BRANCH:-master}"
if [[ "$DEPTH" != "" ]]; then
ARGS="$ARGS --depth=$DEPTH"
else
ARGS="$ARGS --depth=2"
fi
git clone https://driftyco:$GH_TOKEN@github.com/$REPOSITORY $DIRECTORY $ARGS
cd $DIRECTORY