diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-08-21 17:16:02 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-08-21 17:16:02 +0200 |
commit | 6f496588ed030772c6acf3256fc134515b8e5f05 (patch) | |
tree | 6e939338e97a42cc3c36c3a38faefce61773fafb | |
parent | c0f118801c94afe69fa66f686a473bdba18c29fd (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>
-rw-r--r-- | jjb/functest/functest.yaml | 4 |
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' |