mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 07:42:08 -04:00
don't use --depth
This commit is contained in:
parent
30e31db057
commit
115dfae25e
1 changed files with 8 additions and 0 deletions
|
|
@ -238,6 +238,14 @@ matrix:
|
|||
confinement: classic
|
||||
- name: lxd
|
||||
channel: stable
|
||||
git:
|
||||
# By default, Travis clones the repo to a depth of 50 commits which can
|
||||
# break the ability to use `git describe` to set the version of the
|
||||
# snap. This setting removes the --depth flag from git commands solving
|
||||
# this problem. See
|
||||
# https://docs.travis-ci.com/user/customizing-the-build#git-clone-depth
|
||||
# for more info.
|
||||
depth: false
|
||||
deploy:
|
||||
'on':
|
||||
# Deploy on release tags or nightly runs
|
||||
|
|
|
|||
Loading…
Reference in a new issue