Skip to content

Commit

Permalink
Update configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
hel-platta-automation authored and github-actions[bot] committed Oct 21, 2024
1 parent be1816b commit e52d1b0
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 28 deletions.
53 changes: 25 additions & 28 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions docker/openshift/crons/pubsub.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
#!/bin/bash

if [ -z "$DRUPAL_PUBSUB_VAULT" ]; then
echo "PubSub is not configured, exiting."
exit 0
fi

echo "Running PubSub daemon: $(date +'%Y-%m-%dT%H:%M:%S%:z')"

while true
Expand Down

0 comments on commit e52d1b0

Please sign in to comment.