chore(ci): Update YAML files to comply with YAMLLINT

This commit is contained in:
Dominik Kaminski
2023-08-08 13:47:01 +02:00
parent 82bf0387e0
commit 76f7962d03
8 changed files with 132 additions and 70 deletions

View File

@@ -17,7 +17,9 @@ cronjob:
postStartCommand:
- "sh"
- "-c"
- 'sed -i "s/\*\/5 \* \* \* \* php -f \/var\/www\/html\/cron.php/\*\/1 \* \* \* \* php -f \/var\/www\/html\/cron.php/g" /var/spool/cron/crontabs/www-data'
- >
sed -i "s/\*\/5 \* \* \* \* php -f \/var\/www\/html\/cron.php/\*\/1 \* \* \* \* php -f
\/var\/www\/html\/cron.php/g" /var/spool/cron/crontabs/www-data
internalDatabase:
enabled: false