From 8b423c256ba6afc2026767a807323d38789c1e0b Mon Sep 17 00:00:00 2001 From: Petr Hracek Date: Mon, 22 Jul 2024 11:11:30 +0200 Subject: [PATCH] remove racke test --- openshift/templates/rails-postgresql-persistent.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/openshift/templates/rails-postgresql-persistent.json b/openshift/templates/rails-postgresql-persistent.json index 55604fa7..812066b2 100644 --- a/openshift/templates/rails-postgresql-persistent.json +++ b/openshift/templates/rails-postgresql-persistent.json @@ -142,10 +142,7 @@ "secret": "${GITHUB_WEBHOOK_SECRET}" } } - ], - "postCommit": { - "script": "bundle exec rake test" - } + ] } }, {