summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2020-01-29 10:37:54 +0100
committerOndrej Holy <oholy@redhat.com>2020-01-30 18:07:44 +0100
commit49170edbb1a8c7ad1f439c3ce7215b487bd39890 (patch)
treeedd4db417c621f1ea4b99199055cf79acbb1ceca /.gitlab-ci.yml
parent108979c2802ec07ab6eaee2a76d3762525c69b68 (diff)
downloadgvfs-49170edbb1a8c7ad1f439c3ce7215b487bd39890.tar.gz
ci: Add possibility to specify default image
Add easy way to specify default image for testing using TAG variable. The variable is now predefined to latest. But this allows to easy change the image if latest image is broken, or can be used for debugging.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c7edf813..f10de916 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,5 @@
fedora:
- image: registry.gitlab.gnome.org/gnome/gvfs:latest
+ image: registry.gitlab.gnome.org/gnome/gvfs:$TAG
script:
- meson -Dinstalled_tests=true -Ddevel_utils=true -Dman=true --prefix /usr --werror build
- ninja -C build install