From 6f496588ed030772c6acf3256fc134515b8e5f05 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Wed, 21 Aug 2019 17:16:02 +0200 Subject: [PATCH] Protect tag in functest.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Else 3.10 becomes falsy 3.1. Change-Id: I84045769d062f184f2f7020b9613cf06abc4af3e Signed-off-by: Cédric Ollivier --- jjb/functest/functest.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jjb/functest/functest.yaml b/jjb/functest/functest.yaml index 15bddb90b..3036e70b7 100644 --- a/jjb/functest/functest.yaml +++ b/jjb/functest/functest.yaml @@ -500,7 +500,7 @@ repo: _ port: container: alpine - tag: 3.10 + tag: '3.10' slave: master jobs: - 'functest-{repo}-{container}-{tag}-rmi' @@ -510,7 +510,7 @@ repo: _ port: container: alpine - tag: 3.10 + tag: '3.10' slave: master jobs: - 'functest-{repo}-{container}-{tag}-pull' -- 2.16.6