bundles/mautrix-telegram: also upgrade pip when upgrading bridge

This commit is contained in:
Franzi 2020-11-09 12:12:33 +01:00
parent 90e3bb7fb2
commit 06e30cf23c
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -7,7 +7,7 @@ actions = {
},
},
'mautrix-telegram_install_bridge': {
'command': 'cd /opt/mautrix-telegram/src && /opt/mautrix-telegram/venv/bin/pip install --upgrade .[all]',
'command': 'cd /opt/mautrix-telegram/src && /opt/mautrix-telegram/venv/bin/pip install --upgrade pip .[all]',
'needs': {
'action:mautrix-telegram_create_virtualenv',
},
@ -72,7 +72,6 @@ files = {
'svc_systemd:mautrix-telegram:restart',
},
},
'/opt/mautrix-telegram/alembic.ini': {},
}
if node.has_bundle('matrix-synapse'):