Skip to content

Commit

Permalink
CI: deploy: fix depth with --unshallow clone
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Jul 4, 2020
1 parent ed1049a commit 9b331ee
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,12 +149,11 @@ jobs:
'{"build_url": "$TRAVIS_JOB_WEB_URL"}'
- SNAPCRAFT_BUILD_ENVIRONMENT: lxd
- SNAPCRAFT_BUILD_INFO: 1 # https://snapcraft.io/blog/introducing-developer-notifications-for-snap-security-updates
before_install:
install:
- sudo usermod --append --groups lxd $USER
- sudo /snap/bin/lxd.migrate -yes
- sudo /snap/bin/lxd waitready
- sudo /snap/bin/lxd init --auto
install:
- pip install setuptools_scm
- pip install .
script:
Expand All @@ -180,7 +179,7 @@ jobs:
on:
branch: devel
before_install:
- git fetch --tags
- git fetch --unshallow --tags
install:
- pip install tox
- pip install .
Expand Down

0 comments on commit 9b331ee

Please sign in to comment.