summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorDaiki Ueno <dueno@src.gnome.org>2019-11-01 17:30:44 +0100
committerDaiki Ueno <dueno@src.gnome.org>2019-11-01 17:31:59 +0100
commit29f1845c6a65376d4084da1775383ce8505be257 (patch)
tree87731883420c6839f7c66a71874fcd743110f1a5 /.gitlab-ci.yml
parentd6cb7658b84d3503854ed32e3bfa8685f7ff701f (diff)
downloadgcr-29f1845c6a65376d4084da1775383ce8505be257.tar.gz
.gitlab-ci.yml: Install diffutils
The diff command is no longer pulled in by default in F31. Spotted by Petr Sumbera.
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 4893870..18825f0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,7 +3,7 @@ stages:
- deploy
variables:
- DEPENDENCIES: dbus-x11 gcc gtk-doc make openssh python redhat-rpm-config
+ DEPENDENCIES: dbus-x11 diffutils gcc gtk-doc make openssh python redhat-rpm-config
fedora:Werror:
image: fedora:latest