aperantly it still needs python2
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is failing
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	continuous-integration/drone/push Build is failing
				
			This commit is contained in:
		
							
								
								
									
										18
									
								
								.drone.yml
									
									
									
									
									
								
							
							
						
						
									
										18
									
								
								.drone.yml
									
									
									
									
									
								
							| @@ -35,14 +35,13 @@ steps: | ||||
|     depends_on: | ||||
|       - prepare_workspace | ||||
|  | ||||
| #  replace with debian 9 when available. 8 is EOL  | ||||
| #  - name: test-debian8 | ||||
| #    image: lerentis/ansible:debian-8 | ||||
| #    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-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 | ||||
|     image: lerentis/ansible:ubuntu-16.04 | ||||
| @@ -71,6 +70,7 @@ steps: | ||||
|   - name: test-arch | ||||
|     image: lerentis/ansible:arch | ||||
|     commands: | ||||
|       - pacman -S python2 --noconfirm | ||||
|       - ansible-playbook -i tests/inventory tests/test-playbook.yml --syntax-check | ||||
|       - ansible-playbook -i tests/inventory tests/test-playbook.yml  | ||||
|     depends_on: | ||||
| @@ -97,7 +97,7 @@ steps: | ||||
|     depends_on: | ||||
|       - prepare_workspace | ||||
|       - test-debian7 | ||||
| #      - test-debian9 | ||||
|       - test-debian9 | ||||
|       - test-ubuntu16 | ||||
|       - test-ubuntu18 | ||||
|       - test-ubuntu20 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user