mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 13:08:31 +02:00
Don't re-run tests on deployment
By the time we get to the deployment step, we've already run these tests dozens of times. We don't need to run them yet again at deploy time.
This commit is contained in:
parent
40b330e5ee
commit
aee2e2a123
1 changed files with 2 additions and 0 deletions
|
@ -137,6 +137,8 @@ jobs:
|
|||
- poetry version "$TRAVIS_TAG"
|
||||
- echo __version__ = \"$TRAVIS_TAG\" > jrnl/__version__.py
|
||||
- poetry build
|
||||
script:
|
||||
- echo "Deployment starting..."
|
||||
deploy:
|
||||
- provider: script
|
||||
script: poetry publish
|
||||
|
|
Loading…
Add table
Reference in a new issue