diff options
author | Daiki Ueno <ueno@gnu.org> | 2018-07-24 10:45:14 +0000 |
---|---|---|
committer | Daiki Ueno <ueno@gnu.org> | 2018-07-24 10:45:14 +0000 |
commit | 0e50bb44ea4f19146bf2a1936ce33eac188ce721 (patch) | |
tree | 58641331bcfdc1a2a1f9634d5fbc8d8c07d75c5f | |
parent | 5388c93e398a484147039225e500ce8beb9f0c5e (diff) | |
parent | 2e133d116607d610d05a10866f72bbee54420385 (diff) | |
download | gnome-keyring-0e50bb44ea4f19146bf2a1936ce33eac188ce721.tar.gz |
Merge branch 'wip/dueno/gitlab-ci' into 'master'
gitlab-ci: Switch to fedora:latest from fedora:rawhide
See merge request GNOME/gnome-keyring!3
-rw-r--r-- | .gitlab-ci.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c4c8ea6a..0b5b52ab 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ variables: DEPENDENCIES: dbus-x11 gcc gnome-common gtk-doc make openssh python redhat-rpm-config fedora:Werror: - image: fedora:rawhide + image: fedora:latest stage: build before_script: - dnf install -y 'dnf-command(builddep)' @@ -20,7 +20,7 @@ fedora:Werror: - make -j$(nproc) V=1 distcheck fedora:asan: - image: fedora:rawhide + image: fedora:latest stage: build before_script: - dnf install -y 'dnf-command(builddep)' @@ -37,7 +37,7 @@ fedora:asan: - test-suite.log fedora:ubsan: - image: fedora:rawhide + image: fedora:latest stage: build before_script: - dnf install -y 'dnf-command(builddep)' @@ -54,7 +54,7 @@ fedora:ubsan: - test-suite.log fedora:coverage: - image: fedora:rawhide + image: fedora:latest stage: build before_script: - dnf install -y 'dnf-command(builddep)' |