travis-ci: Also fetching all tags
This commit is contained in:
parent
a4b8d68a45
commit
7a42fe2df5
|
@ -8,6 +8,10 @@ env:
|
||||||
services:
|
services:
|
||||||
- docker
|
- docker
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
# fetch all tags (not done due travis cloning with depth=50)
|
||||||
|
- git fetch --tags
|
||||||
|
|
||||||
script:
|
script:
|
||||||
# build the debian package
|
# build the debian package
|
||||||
- wget -O- http://travis.debian.net/script.sh | sh -
|
- wget -O- http://travis.debian.net/script.sh | sh -
|
||||||
|
|
Loading…
Reference in a new issue