From 73d449de026ef55f7653e6a032c381f349712de1 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Thu, 16 Dec 2021 11:46:04 +0100 Subject: [PATCH] Fixing variables in .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8de2e21..eba22a0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -226,8 +226,8 @@ build CentOS 7 with Python 3.6: PYTHON_PACKAGES: > python36 python36-pip python36-devel python3-setuptools python36-pytz python36-babel python36-six - PYTHON_VERSION_DOT: 3.6 - PYTHON_VERSION_NODOT: 36 + PYTHON_VERSION_DOT: '3.6' + PYTHON_VERSION_NODOT: '36' extends: - '.pkg-build-rules' image: centos:7 -- 2.39.5