mirror of
https://github.com/symfony/recipes.git
synced 2026-09-15 00:56:24 +03:00
Simplify code
This commit is contained in:
@@ -53,10 +53,7 @@ crons:
|
||||
# Check that no security issues have been found for PHP packages deployed in production
|
||||
# See https://github.com/fabpot/local-php-security-checker
|
||||
spec: '50 23 * * *'
|
||||
cmd: |
|
||||
if [ "$SYMFONY_BRANCH" = "master" ]; then
|
||||
croncape php-security-checker
|
||||
fi
|
||||
cmd: if [ "$SYMFONY_BRANCH" = "master" ]; then croncape php-security-checker; fi
|
||||
|
||||
workers:
|
||||
messenger:
|
||||
|
||||
Reference in New Issue
Block a user