trying new CI approach

This commit is contained in:
Ionitron
2016-05-04 17:03:53 -05:00
parent 9d359a50e2
commit da1cf7c3a1
4 changed files with 19 additions and 14 deletions
+5 -1
View File
@@ -17,7 +17,11 @@ function run {
if [[ "$DEPTH" != "" ]]; then
ARGS="$ARGS --depth=$DEPTH"
fi
git clone https://driftyco:$GH_TOKEN@github.com/$REPOSITORY $DIRECTORY $ARGS
git config --global user.email "hi@ionicframework.com"
git config --global user.name "Ionitron"
git clone git@github.com:driftyco/$REPOSITORY.git $DIRECTORY $ARGS
cd $DIRECTORY
git fetch origin --tags
cd ../