summaryrefslogtreecommitdiffstats
path: root/jjb/functest/functest.yaml
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2019-08-21 17:16:02 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2019-08-21 17:16:02 +0200
commit6f496588ed030772c6acf3256fc134515b8e5f05 (patch)
tree6e939338e97a42cc3c36c3a38faefce61773fafb /jjb/functest/functest.yaml
parentc0f118801c94afe69fa66f686a473bdba18c29fd (diff)
Protect tag in functest.yaml
Else 3.10 becomes falsy 3.1. Change-Id: I84045769d062f184f2f7020b9613cf06abc4af3e Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb/functest/functest.yaml')
-rw-r--r--jjb/functest/functest.yaml4
1 files 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'