[network-manager-sstp] Update .gitlab-ci.yml file



commit 71ca2058dda1dea70839f5d7773355d7d551a339
Author: Eivind Næss <eivnaes yahoo com>
Date:   Sun Jun 13 17:48:04 2021 +0000

    Update .gitlab-ci.yml file

 .gitlab-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cf16e5b..748615d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,7 +27,7 @@
 .dist: &dist
   stage: test
   dependencies:
-    - fedora28_dist
+    - fedora31_dist
   variables:
     GIT_STRATEGY: none
 
@@ -47,9 +47,9 @@
     - make -j uninstall
 
 # Roll the distribution tarball
-fedora28_dist:
+fedora31_dist:
   <<: *fedora_deps
-  image: fedora:28
+  image: fedora:31
   stage: build
   script:
     - dnf -y install


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