Skip to content
Snippets Groups Projects

Bullseye fixes

Merged Robin Sonnabend requested to merge bullseye-fixes into master
3 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -9,7 +9,7 @@
group: "{{app_group}}"
- name: ensure data model upgrades are applied # noqa 301
command: "{{app_venv}}/bin/python {{app_path}}/lipclms.py db upgrade"
command: "{{app_venv}}/bin/flask db upgrade"
args:
chdir: "{{app_path}}"
become: true
Loading