mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-11 00:58:31 +02:00
Merge pull request #726 from wren/715-version-update
[#715] Don't use shallow clone for builds
This commit is contained in:
commit
a2f0c44021
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
||||||
dist: xenial # required for Python >= 3.7
|
dist: xenial # required for Python >= 3.7
|
||||||
language: python
|
language: python
|
||||||
python: "3.7"
|
python: "3.7"
|
||||||
|
git:
|
||||||
|
depth: false
|
||||||
before_install:
|
before_install:
|
||||||
- pip install poetry
|
- pip install poetry
|
||||||
install:
|
install:
|
||||||
|
@ -26,4 +28,4 @@ after_deploy:
|
||||||
- git config --global user.name "Jrnl Bot"
|
- git config --global user.name "Jrnl Bot"
|
||||||
- git add pyproject.toml
|
- git add pyproject.toml
|
||||||
- git commit -m "Incrementing version to ${TRAVIS_TAG}"
|
- git commit -m "Incrementing version to ${TRAVIS_TAG}"
|
||||||
- git push https://${GITHUB_TOKEN}@github.com/jrnl-org/jrnl master
|
- git push https://${GITHUB_TOKEN}@github.com/jrnl-org/jrnl.git master
|
||||||
|
|
Loading…
Add table
Reference in a new issue