We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3b1d14 commit b12164cCopy full SHA for b12164c
symfonycorp/platformsh-meta/1.0/.platform.app.yaml
@@ -53,10 +53,7 @@ crons:
53
# Check that no security issues have been found for PHP packages deployed in production
54
# See https://github.com/fabpot/local-php-security-checker
55
spec: '50 23 * * *'
56
- cmd: |
57
- if [ "$SYMFONY_BRANCH" = "master" ]; then
58
- croncape php-security-checker
59
- fi
+ cmd: if [ "$SYMFONY_BRANCH" = "master" ]; then croncape php-security-checker; fi
60
61
workers:
62
messenger:
0 commit comments