bundles/mautrix-telegram: also upgrade pip when upgrading bridge
This commit is contained in:
parent
90e3bb7fb2
commit
06e30cf23c
1 changed files with 1 additions and 2 deletions
|
@ -7,7 +7,7 @@ actions = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'mautrix-telegram_install_bridge': {
|
'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': {
|
'needs': {
|
||||||
'action:mautrix-telegram_create_virtualenv',
|
'action:mautrix-telegram_create_virtualenv',
|
||||||
},
|
},
|
||||||
|
@ -72,7 +72,6 @@ files = {
|
||||||
'svc_systemd:mautrix-telegram:restart',
|
'svc_systemd:mautrix-telegram:restart',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'/opt/mautrix-telegram/alembic.ini': {},
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if node.has_bundle('matrix-synapse'):
|
if node.has_bundle('matrix-synapse'):
|
||||||
|
|
Loading…
Reference in a new issue