[folks/wip/nielsdg/no-longer-allow-ci-failures] ci: No longer allow failures



commit 8d7dec6ddfa89b38195dcac1126b3cfec9851e7b
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Tue Dec 17 19:00:47 2019 +0100

    ci: No longer allow failures
    
    We were able to fix the CI issues in the latest commits, so let's remove
    allow_failure.

 .gitlab-ci.yml | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f8cc1877..db534ecb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,7 +19,6 @@ build-folks:
     - meson _build
     - ninja -C _build
     - bash +x ./.gitlab-ci/run-tests.sh
-  allow_failure: true # FIXME: Remove when https://gitlab.gnome.org/GNOME/folks/issues/3 is fixed
   artifacts:
     reports:
       junit: "_build/${CI_JOB_NAME}-report.xml"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]