summaryrefslogtreecommitdiff
path: root/.gitlab-ci/config.yml
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2021-05-04 15:20:10 +0200
committerThomas Haller <thaller@redhat.com>2021-05-04 15:42:26 +0200
commit901f0bdeb3a8b21720c7f12b9bf85bcac36e0275 (patch)
treee8dd3121276324d55ad26190d1b8aca015ff2650 /.gitlab-ci/config.yml
parent264db0695a9b217104b510d31393c68017722c33 (diff)
downloadNetworkManager-901f0bdeb3a8b21720c7f12b9bf85bcac36e0275.tar.gz
gitlab-ci: fix running Fedora 34 test by default
- the container that is also "pages_build" should always run automatically. This can replace the "always" tag. - comment out the "always: 33" part, because we no longer need it. It was also wrong, because by now we should run Fedora 34 automatically.
Diffstat (limited to '.gitlab-ci/config.yml')
-rw-r--r--.gitlab-ci/config.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci/config.yml b/.gitlab-ci/config.yml
index eee5cdba3a..e7af5f6bca 100644
--- a/.gitlab-ci/config.yml
+++ b/.gitlab-ci/config.yml
@@ -26,8 +26,8 @@ distributions:
- '33'
- '34'
- 'rawhide'
- always:
- - '33'
+ # always:
+ # - '33'
- name: ubuntu
tag: *default_tag
base_type: debian