[atkmm/kjellahl/testci] CI: Allow build_deps to fail



commit 4a0cb68d8fbacdcce64ec1105d11a75697244f35
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date:   Wed Sep 8 18:27:38 2021 +0200

    CI: Allow build_deps to fail

 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 73febd3..181e5d9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -67,6 +67,7 @@ build_deps:
     - meson compile
     - cd ../..
     - fi
+  allow_failure: true
   cache:
     key: build-deps
     paths:


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