mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +02:00
[#757] Add quotes around environment variables to be a little safer
This commit is contained in:
parent
a1392d9c49
commit
eb4b3ead51
1 changed files with 2 additions and 2 deletions
|
@ -32,8 +32,8 @@ jobs:
|
|||
- PATH=/c/Python37:/c/Python37/Scripts:$PATH
|
||||
- stage: "Deploy"
|
||||
before_deploy:
|
||||
- poetry config http-basic.pypi $PYPI_USER $PYPI_PASS
|
||||
- poetry version $TRAVIS_TAG
|
||||
- poetry config http-basic.pypi "$PYPI_USER" "$PYPI_PASS"
|
||||
- poetry version "$TRAVIS_TAG"
|
||||
- poetry build
|
||||
deploy:
|
||||
- provider: script
|
||||
|
|
Loading…
Add table
Reference in a new issue