mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
chore(dgeni): TS 1.8 dgeni tweak and CI perf improvements
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user