Skip to content

Commit

Permalink
scripts(release): grab tags when cloning project for a release
Browse files Browse the repository at this point in the history
I'm not sure this will work or not, next release will be a test
  • Loading branch information
perrygovier committed Apr 13, 2015
1 parent 040dabf commit 74a67f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/clone/clone.sh
Expand Up @@ -18,6 +18,8 @@ function run {
ARGS="$ARGS --depth=$DEPTH"
fi
git clone https://driftyco:$GH_TOKEN@github.com/$REPOSITORY $DIRECTORY $ARGS
git fetch
git fetch --tags
}

source $(dirname $0)/../utils.inc
Expand Down

0 comments on commit 74a67f6

Please sign in to comment.