[tracker-miners/tracker-miners-2.1] ci: Use CI image which contains Python 2



commit f8bc7fc6bf06975d03f07624f24cf47606c5de27
Author: Sam Thursfield <sam afuera me uk>
Date:   Wed May 1 00:28:39 2019 +0200

    ci: Use CI image which contains Python 2
    
    Tracker's 'master' branch no longer requires Python 2, so we will
    remove it from the CI images.
    
    There is a 'legacy-python2' tag which older branches can use. This
    branch is now using that tag.
    
    See: https://gitlab.gnome.org/GNOME/tracker-oci-images/merge_requests/2

 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1301d3bdc..0b1c21127 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,7 +6,7 @@ stages:
 
 test-autotools-fedora-latest:
   stage: test
-  image: registry.gitlab.gnome.org/sthursfield/tracker-oci-images/amd64/fedora:latest
+  image: registry.gitlab.gnome.org/sthursfield/tracker-oci-images/amd64/fedora:legacy-python2
 
   script:
     # First build and install latest Tracker using Meson (the Autotools build
@@ -29,7 +29,7 @@ test-autotools-fedora-latest:
 
 test-meson-fedora-latest:
   stage: test
-  image: registry.gitlab.gnome.org/sthursfield/tracker-oci-images/amd64/fedora:latest
+  image: registry.gitlab.gnome.org/sthursfield/tracker-oci-images/amd64/fedora:legacy-python2
 
   script:
     # We can build and test tracker-miners against tracker just by building


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