diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-04-28 15:58:00 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-04-28 15:58:00 +0200 |
commit | 196715daf5c802a22025ed24531ba09793ee9c12 (patch) | |
tree | ae84651d9d7fde183e3181cde5ec08725956c28c /ansible | |
parent | ce0bc92a009cb4cc2efef5d97c1d6e409610bbf9 (diff) |
Publish Functest Kali containers
Change-Id: I5cfc63a7a5b1434bccce564d3e17a4dd6c7a424e
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'ansible')
-rw-r--r-- | ansible/site.cntt.yml | 3 | ||||
-rw-r--r-- | ansible/site.yml | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/ansible/site.cntt.yml b/ansible/site.cntt.yml index 8a290c812..5146a2540 100644 --- a/ansible/site.cntt.yml +++ b/ansible/site.cntt.yml @@ -5,6 +5,9 @@ - role: collivier.xtesting project: functest gerrit_project: functest + docker_tags: + - kali: + branch: stable/kali builds: dependencies: - repo: _ diff --git a/ansible/site.yml b/ansible/site.yml index c5b770bb7..31164d02a 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -5,6 +5,9 @@ - role: collivier.xtesting project: functest gerrit_project: functest + docker_tags: + - kali: + branch: stable/kali builds: dependencies: - repo: _ |