Testdays: Let's specify only one command

This commit is contained in:
František Zatloukal 2020-10-06 08:58:56 +02:00
parent 1b30b0ab44
commit 0733cab1c8

View file

@ -21,7 +21,7 @@ spec:
# We only need to init the database the first time, after we just need to check # We only need to init the database the first time, after we just need to check
# for DB upgrades # for DB upgrades
command: ["python", "/opt/app-root/src/testdays/cli.py", "init_db", "--destructive"] command: ["python", "/opt/app-root/src/testdays/cli.py", "init_db", "--destructive"]
command: ["python", "/opt/app-root/src/testdays/cli.py", "upgrade_db"] #command: ["python", "/opt/app-root/src/testdays/cli.py", "upgrade_db"]
template: template:
metadata: metadata:
labels: labels: