Blob Blame History Raw
From 7d552ad346f7ea1a24504cfb6529c8c108f00b4c Mon Sep 17 00:00:00 2001
From: Fabien Boucher <fboucher@redhat.com>
Date: Tue, 21 Jul 2020 11:59:11 +0000
Subject: [PATCH 4/9] use python3 as context for build-python-release

Change-Id: Iebda27b20aaa94539766feeeb0236675c2ebdac6
Signed-off-by: Matthieu Huin <mhuin@redhat.com>
---
 .zuul.yaml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.zuul.yaml b/.zuul.yaml
index b81eb00..7a12e67 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -1,4 +1,6 @@
 - project:
+    vars:
+      release_python: python3
     templates:
       - publish-opendev-tox-docs
     check:
@@ -20,4 +22,4 @@
         - opendev-promote-python
     release:
       jobs:
-        - opendev-release-python
\ No newline at end of file
+        - opendev-release-python
-- 
2.31.1