mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
Revert "travis: fix clone depth"
This commit was supposed to fix travis CI build failures, caused by the fact that abuild didn't ignore the exit status of git-describe(1), but didn't. A proper fix for this issue has been committed in1b18665c9e
. This reverts commitcb3f79afb8
.
This commit is contained in:
parent
1b18665c9e
commit
8acebbab4c
@ -1,7 +1,5 @@
|
|||||||
dist: trusty
|
dist: trusty
|
||||||
sudo: required
|
sudo: required
|
||||||
git:
|
|
||||||
depth: false
|
|
||||||
install:
|
install:
|
||||||
- sudo .travis/install-alpine
|
- sudo .travis/install-alpine
|
||||||
- sudo .travis/setup-alpine
|
- sudo .travis/setup-alpine
|
||||||
|
Loading…
Reference in New Issue
Block a user