Skip to content

Commit

Permalink
Merge pull request #576 from City-of-Helsinki/update-configuration
Browse files Browse the repository at this point in the history
Automatic update
  • Loading branch information
rpnykanen authored Oct 22, 2024
2 parents eb9f137 + 40531a5 commit 6e32043
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 6e32043

Please sign in to comment.