Skip to content

Commit b12164c

Browse files
committed
Simplify code
1 parent f3b1d14 commit b12164c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

symfonycorp/platformsh-meta/1.0/.platform.app.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,7 @@ crons:
5353
# Check that no security issues have been found for PHP packages deployed in production
5454
# See https://github.com/fabpot/local-php-security-checker
5555
spec: '50 23 * * *'
56-
cmd: |
57-
if [ "$SYMFONY_BRANCH" = "master" ]; then
58-
croncape php-security-checker
59-
fi
56+
cmd: if [ "$SYMFONY_BRANCH" = "master" ]; then croncape php-security-checker; fi
6057

6158
workers:
6259
messenger:

0 commit comments

Comments
 (0)