diff options
author | Daiki Ueno <dueno@src.gnome.org> | 2018-07-24 11:40:33 +0200 |
---|---|---|
committer | Daiki Ueno <dueno@src.gnome.org> | 2018-07-24 11:41:24 +0200 |
commit | 2e133d116607d610d05a10866f72bbee54420385 (patch) | |
tree | 58641331bcfdc1a2a1f9634d5fbc8d8c07d75c5f | |
parent | 5388c93e398a484147039225e500ce8beb9f0c5e (diff) | |
download | gnome-keyring-2e133d116607d610d05a10866f72bbee54420385.tar.gz |
gitlab-ci: Switch to fedora:latest from fedora:rawhidewip/dueno/gitlab-ci
-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)' |