Skip to content

Commit

Permalink
Merge pull request #32 from City-of-Helsinki/UHF-10354-cron-failures
Browse files Browse the repository at this point in the history
Add cron entrypoint script
  • Loading branch information
hyrsky authored Aug 12, 2024
2 parents cea6929 + 4fe7399 commit eadca37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Drush/Commands/UpdateDrushCommands.php
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,8 @@ private function updateDefaultFiles(UpdateOptions $options) : self {
'docker/openshift/crons/purge-queue.sh',
'docker/openshift/crons/update-translations.sh',
'docker/openshift/crons/pubsub.sh',
'docker/openshift/crons/cron.sh',
'docker/openshift/cron-entrypoint.sh',
'docker/openshift/preflight/preflight.php',
'docker/openshift/notify.php',
'compose.yaml',
Expand Down Expand Up @@ -293,7 +295,6 @@ private function updateDefaultFiles(UpdateOptions $options) : self {
*/
private function addDefaultFiles(UpdateOptions $options) : self {
$this->fileManager->addFiles($options, [
'docker/openshift/crons/base.sh' => ['remote' => TRUE],
'public/sites/default/all.settings.php' => ['remote' => TRUE],
'phpstan.neon' => ['remote' => TRUE],
]);
Expand Down

0 comments on commit eadca37

Please sign in to comment.