Testdays: Let's specify only one command
This commit is contained in:
parent
1b30b0ab44
commit
0733cab1c8
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue