bundles/mautrix-telegram: fix item dependency error
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
6cd02dc563
commit
a9c00409b4
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@ actions = {
|
||||||
'command': '/usr/bin/python3 -m virtualenv -p python3 /opt/mautrix-telegram/venv/',
|
'command': '/usr/bin/python3 -m virtualenv -p python3 /opt/mautrix-telegram/venv/',
|
||||||
'unless': 'test -d /opt/mautrix-telegram/venv/',
|
'unless': 'test -d /opt/mautrix-telegram/venv/',
|
||||||
'needs': {
|
'needs': {
|
||||||
'directory:/opt/mautrix-telegram', # provided by bundle:users
|
# actually /opt/mautrix-telegram, but we don't create that
|
||||||
|
'directory:/opt/mautrix-telegram/src',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'mautrix-telegram_install_bridge': {
|
'mautrix-telegram_install_bridge': {
|
||||||
|
|
Loading…
Reference in a new issue