[vala/wip/ci: 12/12] ci: Switch image from fedora:rawhide to fedora:latest



commit 3b7af549a2a04caad976ee32ff228380dfda9bd9
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Mon Aug 26 10:32:48 2019 +0200

    ci: Switch image from fedora:rawhide to fedora:latest

 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c8a5198ef..135882e46 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,7 @@ stages:
 
 fedora-gcc-x86_64:
   stage: build
-  image: fedora:rawhide
+  image: fedora:latest
   except:
     - tags
   before_script:
@@ -26,7 +26,7 @@ fedora-gcc-x86_64:
 
 fedora-clang-x86_64:
   stage: build
-  image: fedora:rawhide
+  image: fedora:latest
   except:
     - tags
   variables:


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