[folks] ci: Stop tracking rawhide



commit 9b421ddc8479c0928fb4c7b5896d59b7b353280f
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Sun Jun 7 11:02:05 2020 +0200

    ci: Stop tracking rawhide
    
    We were getting failing CI tests which were almost impossible to debug.
    Switching back to latest stable Fedora for now.

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index db534ecb..359a0e5c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: fedora:rawhide
+image: fedora:latest
 
 stages:
   - build


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