mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-11 17:18:30 +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
|
- PATH=/c/Python37:/c/Python37/Scripts:$PATH
|
||||||
- stage: "Deploy"
|
- stage: "Deploy"
|
||||||
before_deploy:
|
before_deploy:
|
||||||
- poetry config http-basic.pypi $PYPI_USER $PYPI_PASS
|
- poetry config http-basic.pypi "$PYPI_USER" "$PYPI_PASS"
|
||||||
- poetry version $TRAVIS_TAG
|
- poetry version "$TRAVIS_TAG"
|
||||||
- poetry build
|
- poetry build
|
||||||
deploy:
|
deploy:
|
||||||
- provider: script
|
- provider: script
|
||||||
|
|
Loading…
Add table
Reference in a new issue