mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 21:18: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
b2eab4bad3
commit
7f1f878a08
1 changed files with 2 additions and 0 deletions
|
@ -131,6 +131,8 @@ jobs:
|
||||||
- poetry version "$TRAVIS_TAG"
|
- poetry version "$TRAVIS_TAG"
|
||||||
- echo __version__ = \"$TRAVIS_TAG\" > jrnl/__version__.py
|
- echo __version__ = \"$TRAVIS_TAG\" > jrnl/__version__.py
|
||||||
- poetry build
|
- poetry build
|
||||||
|
script:
|
||||||
|
- echo "Deployment starting..."
|
||||||
deploy:
|
deploy:
|
||||||
- provider: script
|
- provider: script
|
||||||
script: poetry publish
|
script: poetry publish
|
||||||
|
|
Loading…
Add table
Reference in a new issue