From 70a48d1a3897fc93bdfc3582aee1868658872bae Mon Sep 17 00:00:00 2001 From: Ondrej Holy Date: Fri, 31 Jan 2020 07:49:05 +0100 Subject: Revert "ci: Add possibility to specify default image" This reverts commit 49170edbb1a8c7ad1f439c3ce7215b487bd39890, which broke CI on forks, because $TAG variable is not set there... --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 98378f1e..2b8d22ae 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ fedora: - image: registry.gitlab.gnome.org/gnome/gvfs:$TAG + image: registry.gitlab.gnome.org/gnome/gvfs:latest tags: - x86_64 script: -- cgit v1.2.1