File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change 21
21
- distribution : centos
22
22
version : 7
23
23
playbook : push
24
- - distribution : ubuntu
25
- version : trusty
26
- playbook : opensource
27
- - distribution : ubuntu
28
- version : trusty
29
- playbook : template
30
- - distribution : ubuntu
31
- version : trusty
32
- playbook : push
33
- - distribution : ubuntu
34
- version : xenial
35
- playbook : opensource
36
- - distribution : ubuntu
37
- version : xenial
38
- playbook : template
39
- - distribution : ubuntu
40
- version : xenial
41
- playbook : push
42
24
- distribution : debian
43
25
version : jessie
44
26
playbook : opensource
57
39
- distribution : debian
58
40
version : stretch
59
41
playbook : push
42
+ - distribution : ubuntu
43
+ version : trusty
44
+ playbook : opensource
45
+ - distribution : ubuntu
46
+ version : trusty
47
+ playbook : template
48
+ - distribution : ubuntu
49
+ version : trusty
50
+ playbook : push
51
+ - distribution : ubuntu
52
+ version : xenial
53
+ playbook : opensource
54
+ - distribution : ubuntu
55
+ version : xenial
56
+ playbook : template
57
+ - distribution : ubuntu
58
+ version : xenial
59
+ playbook : push
60
60
before_install :
61
61
- ' sudo docker pull ${distribution}:${version}'
62
62
- ' sudo docker build --no-cache --rm --file=tests/dockerfiles/Dockerfile.${distribution}-${version} --tag=${distribution}-${version}:ansible tests'
You can’t perform that action at this time.
0 commit comments