drop debian support
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Tobias Trabelsi 2021-10-05 22:08:07 +02:00
parent 14df5f1c8a
commit dac00ef476
Signed by: lerentis
GPG Key ID: FF0C2839718CAF2E
2 changed files with 1 additions and 12 deletions

View File

@ -23,15 +23,6 @@ steps:
- push
- pull_request
- name: test-debian10
image: lerentis/ansible:debian-10
commands:
- ansible-galaxy collection install community.general
- ansible-playbook -i tests/inventory tests/test-playbook.yml --syntax-check
- ansible-playbook -i tests/inventory tests/test-playbook.yml -e "ci_run=yes" --skip-tags "daemon"
depends_on:
- "prepare_workspace"
- name: test-ubuntu16
image: lerentis/ansible:ubuntu-16.04
commands:

View File

@ -10,9 +10,7 @@ galaxy_info:
- name: CentOS
versions:
- 8
- name: Debian
versions:
- 10
- 7
- name: Ubuntu
version:
- 16.04