From a73a58c6232455d2caec6f7b247b4786b94cbd18 Mon Sep 17 00:00:00 2001 From: tuutti Date: Wed, 12 Feb 2025 09:45:56 +0200 Subject: [PATCH] Removed preflight check --- openshift/drupal/files/usr/local/bin/drush-deploy-entrypoint | 2 -- 1 file changed, 2 deletions(-) diff --git a/openshift/drupal/files/usr/local/bin/drush-deploy-entrypoint b/openshift/drupal/files/usr/local/bin/drush-deploy-entrypoint index b7af038..217702b 100644 --- a/openshift/drupal/files/usr/local/bin/drush-deploy-entrypoint +++ b/openshift/drupal/files/usr/local/bin/drush-deploy-entrypoint @@ -1,8 +1,6 @@ #!/bin/sh source /init.sh -# Run preflight checks manually. -source /entrypoints/10-preflight.sh # This script will be the default ENTRYPOINT for deployment job pod. # It just sources all files within /deploy/* in an alphabetical order and then runs `exec` on the given parameter.