mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-02 06:20:26 +08:00
Use F38 for bodhi staging
Signed-off-by: Mattia Verga <mattia.verga@tiscali.it>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
---
|
||||
# Set the Bodhi variables
|
||||
bodhi_version: "7.1.1"
|
||||
bodhi_version: "7.2.0"
|
||||
bodhi_openshift_pods: 1
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{% if env == "staging" %}
|
||||
FROM fedora:37
|
||||
FROM fedora:38
|
||||
{% else %}
|
||||
FROM fedora:37
|
||||
{% endif %}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{% if env == "staging" %}
|
||||
FROM fedora:37
|
||||
FROM fedora:38
|
||||
{% else %}
|
||||
FROM fedora:37
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user