Fix deploy condition on travis
https://docs.travis-ci.com/user/deployment/#Conditional-Releases-with-on%3A Travis can't do env: conditionals :(
This commit is contained in:
parent
bd7091ae59
commit
71febf1222
|
@ -82,4 +82,4 @@ deploy:
|
|||
name: R. LibreTime DocBot
|
||||
on:
|
||||
branch: master
|
||||
env: PYTHON=true
|
||||
condition: $PYTHON = true
|
||||
|
|
Loading…
Reference in New Issue