bundles/netbox: fix upgrade command
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-09-22 16:43:59 +02:00
parent 05d69c1f12
commit b81153e957
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -63,7 +63,7 @@ actions = {
'/opt/netbox/venv/bin/python /opt/netbox/src/netbox/manage.py migrate', '/opt/netbox/venv/bin/python /opt/netbox/src/netbox/manage.py migrate',
'/opt/netbox/venv/bin/python /opt/netbox/src/netbox/manage.py collectstatic --no-input', '/opt/netbox/venv/bin/python /opt/netbox/src/netbox/manage.py collectstatic --no-input',
'/opt/netbox/venv/bin/python /opt/netbox/src/netbox/manage.py remove_stale_contenttypes --no-input', '/opt/netbox/venv/bin/python /opt/netbox/src/netbox/manage.py remove_stale_contenttypes --no-input',
'/opt/netbox/venv/bin/python /opt/netbox/src/netbox/manage.py invalidate all', # clear cached data '/opt/netbox/venv/bin/python /opt/netbox/src/netbox/manage.py clearsessions',
]), ]),
'needs': { 'needs': {
'action:netbox_install', 'action:netbox_install',