Merge "Add support for fedora stein"

This commit is contained in:
Zuul 2019-04-02 21:00:02 +00:00 committed by Gerrit Code Review
commit 0c4a4fc836
1 changed files with 1 additions and 1 deletions

View File

@ -71,5 +71,5 @@
shell: |
set -ex
# Rename fedora-stable.repo as kola.conf.j2 template expects delorean*
mv /etc/yum.repos.d/fedora-stable.repo /etc/yum.repos.d/delorean-master-testing.repo
mv /etc/yum.repos.d/fedora-stable.repo /etc/yum.repos.d/delorean-{{ ci_branch | default('master') }}-testing.repo
when: ansible_distribution|lower == "fedora"