Skip to content

Commit

Permalink
Add support for fedora stein
Browse files Browse the repository at this point in the history
At stein this tripleo-repos role was wrongly moving to
fedora-stable.repo to delorean-master-testing.repo, this parameterize
this mv with {{ ci_branch }}.

Change-Id: I60b677d6e46c8ef7fa76f1aabe79163b99aa6640
Story: https://tree.taiga.io/project/tripleo-ci-board/us/915
  • Loading branch information
qinqon authored and ssbarnea committed Apr 2, 2019
1 parent c9d301f commit 8a60923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/tripleo-repos/tasks/main.yml
Expand Up @@ -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"

0 comments on commit 8a60923

Please sign in to comment.