Skip to content

Commit

Permalink
Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tuutti committed Feb 14, 2025
1 parent 9c214ef commit 79b9eda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion openshift/drupal/files/usr/local/bin/cron-entrypoint
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source /init.sh

echo "Starting cron: $(date)"

# You can add any additional cron "daemons" to docker/openshift/crons/ folder.
# You can add any additional cron "daemons" to project's docker/openshift/crons/ folder.
#
# Example:
# @code
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ source /init.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.
# You can add additional deploy scripts to project's docker/openshift/deploy folder.
if [ -d /deploy ]; then
for i in /deploy/*; do
if [ -r $i ]; then
Expand Down

0 comments on commit 79b9eda

Please sign in to comment.