mirror of
https://github.com/Hopiu/django-watson.git
synced 2026-03-16 22:00:22 +00:00
Fixing conditional deploy
This commit is contained in:
parent
552bf087c4
commit
7b8f3fca4f
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ deploy:
|
|||
secure: rzaq3pbJz25SVXyR/fn+gLaYxu0LqCEE+wcesg8pjA8cLLvFdLvXi0ZjmixxVl2u4HlndZrUgwTrRGVIQR1TOL0jGRYOUCJDzAaZqJkg+Qykz89iKSnentyOpNJe6fRAHsqFxBESYZjG8JEZvtRv+JIZLY+QR+KCA1xaeu4Afpw=
|
||||
on:
|
||||
tags: true
|
||||
condition: $DJANGO='>=2.0,<2.1'
|
||||
condition: $DJANGO = '>=2.0,<2.1'
|
||||
python: 3.6
|
||||
repo: etianen/django-watson
|
||||
notifications:
|
||||
|
|
|
|||
Loading…
Reference in a new issue