Parcourir la source

CI : disable doctrine schema validation

Olivier Massot il y a 8 mois
Parent
commit
ecc4543fe2
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  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