Browse Source

CI : disable doctrine schema validation

Olivier Massot 8 months ago
parent
commit
ecc4543fe2
1 changed files with 3 additions and 3 deletions
  1. 3 3
      .gitlab-ci.yml

+ 3 - 3
.gitlab-ci.yml

@@ -27,9 +27,9 @@ code_style:
   script:
     - php vendor/bin/php-cs-fixer check --config=.php-cs-fixer.dist.php
 
-doctrine:
-  script:
-    - php bin/console d:s:v
+#doctrine:
+#  script:
+#    - php bin/console d:s:v
 
 unit:
   stage: test