Skip to content

Commit

Permalink
chore: unshallow repo before building package [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
doitian committed Apr 11, 2019
1 parent 7ee9967 commit 1a759e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions devtools/ci/script.sh
Expand Up @@ -26,6 +26,7 @@ if [ "$TRAVIS_BRANCH" = master -o "$TRAVIS_BRANCH" = staging -o "$TRAVIS_BRANCH"
fi

if [ -n "$TRAVIS_TAG" -a -n "$GITHUB_TOKEN" -a -n "$REL_PKG" ]; then
git fetch --unshallow
make build
rm -rf releases
mkdir releases
Expand Down

0 comments on commit 1a759e2

Please sign in to comment.