Skip to content

Commit 6f4b9a2

Browse files
fix: remove unnecessary override flag from PHP-FPM image in CircleCI config
1 parent dd56e73 commit 6f4b9a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
cat \<<EOF > compose.override.yml
3636
services:
3737
phpfpm:
38-
image: markoshust/magento-php:<< parameters.php-version >>-fpm !override
38+
image: markoshust/magento-php:<< parameters.php-version >>-fpm
3939
EOF
4040
- run:
4141
name: Setup magento enterprise

0 commit comments

Comments
 (0)