mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +02:00
Don't re-run tests on deployment (#839)
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
4190494a4f
commit
db6b0aa56c
1 changed files with 2 additions and 0 deletions
|
@ -131,6 +131,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