Simplify code

This commit is contained in:
Fabien Potencier
2021-09-02 14:04:15 +02:00
parent f3b1d14e77
commit b12164c324
@@ -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: