From 0733cab1c8374b2cca1ea3b6d15f7e2c3a8add1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Zatloukal?= Date: Tue, 6 Oct 2020 08:58:56 +0200 Subject: [PATCH] Testdays: Let's specify only one command --- roles/openshift-apps/testdays/templates/deploymentconfig.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/testdays/templates/deploymentconfig.yml b/roles/openshift-apps/testdays/templates/deploymentconfig.yml index b361ebfac0..582e753553 100644 --- a/roles/openshift-apps/testdays/templates/deploymentconfig.yml +++ b/roles/openshift-apps/testdays/templates/deploymentconfig.yml @@ -21,7 +21,7 @@ spec: # We only need to init the database the first time, after we just need to check # for DB upgrades 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: metadata: labels: