This commit is contained in:
		| @@ -35,14 +35,6 @@ steps: | |||||||
|     depends_on: |     depends_on: | ||||||
|       - prepare_workspace |       - prepare_workspace | ||||||
|  |  | ||||||
|   - name: test-debian9 |  | ||||||
|     image: lerentis/ansible:debian-9 |  | ||||||
|     commands: |  | ||||||
|       - ansible-playbook -i tests/inventory tests/test-playbook.yml --syntax-check |  | ||||||
|       - ansible-playbook -i tests/inventory tests/test-playbook.yml |  | ||||||
|     depends_on: |  | ||||||
|       - prepare_workspace |  | ||||||
|  |  | ||||||
|   - name: test-ubuntu16 |   - name: test-ubuntu16 | ||||||
|     image: lerentis/ansible:ubuntu-16.04 |     image: lerentis/ansible:ubuntu-16.04 | ||||||
|     commands: |     commands: | ||||||
| @@ -97,7 +89,6 @@ steps: | |||||||
|     depends_on: |     depends_on: | ||||||
|       - prepare_workspace |       - prepare_workspace | ||||||
|       - test-debian7 |       - test-debian7 | ||||||
|       - test-debian9 |  | ||||||
|       - test-ubuntu16 |       - test-ubuntu16 | ||||||
|       - test-ubuntu18 |       - test-ubuntu18 | ||||||
|       - test-ubuntu20 |       - test-ubuntu20 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user