From d9d4ce15d8360ed07c698608408b97800dba028c Mon Sep 17 00:00:00 2001 From: L3D Date: Fri, 11 Dec 2020 03:12:09 +0100 Subject: [PATCH] debian:sid is not supported --- .github/workflows/ansible-debian-sid.yml | 16 ---------------- README.md | 1 - 2 files changed, 17 deletions(-) delete mode 100644 .github/workflows/ansible-debian-sid.yml diff --git a/.github/workflows/ansible-debian-sid.yml b/.github/workflows/ansible-debian-sid.yml deleted file mode 100644 index 72fe3a8..0000000 --- a/.github/workflows/ansible-debian-sid.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Ansible check debian:sid - -on: [push, pull_request] - -jobs: - build: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v2 - - - name: ansible check with debian:sid - uses: roles-ansible/check-ansible-debian-sid-action@master - with: - targets: "./" diff --git a/README.md b/README.md index c09840c..3001dde 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,6 @@ If you want to find out more about our tests, please have a look at the github m | [![Ansible Lint check](https://github.com/roles-ansible/ansible_role_goaccess/workflows/Ansible%20Lint%20check/badge.svg)](https://github.com/roles-ansible/ansible_role_goaccess/actions?query=workflow%3A%22Ansible+Lint+check%22) | [ansible-lint action](https://github.com/marketplace/actions/ansible-lint) | [![Ansible check debian:stable](https://github.com/roles-ansible/ansible_role_goaccess/workflows/Ansible%20check%20debian:stable/badge.svg)](https://github.com/roles-ansible/ansible_role_goaccess/actions?query=workflow%3A%22Ansible+check+debian%3Astable%22) | [ansible test with debian stable](https://github.com/marketplace/actions/check-ansible-debian-stable) | | [![Ansible check debian:latest](https://github.com/roles-ansible/ansible_role_goaccess/workflows/Ansible%20check%20debian:latest/badge.svg)](https://github.com/roles-ansible/ansible_role_goaccess/actions?query=workflow%3A%22Ansible+check+debian%3Alatest%22) | [ansible test with debian latest](https://github.com/marketplace/actions/check-ansible-debian-latest) | -| [![Ansible check debian:sid](https://github.com/roles-ansible/ansible_role_goaccess/workflows/Ansible%20check%20debian:sid/badge.svg)](https://github.com/roles-ansible/ansible_role_goaccess/actions?query=workflow%3A%22Ansible+check+debian%3Asid%22) | [ansible test with debian sid](https://github.com/marketplace/actions/check-ansible-debian-sid) | | [![Ansible check debian:buster](https://github.com/roles-ansible/ansible_role_goaccess/workflows/Ansible%20check%20debian:buster/badge.svg)](https://github.com/roles-ansible/ansible_role_goaccess/actions?query=workflow%3A%22Ansible+check+debian%3Abuster%22) | [ansible test with debian buster](https://github.com/marketplace/actions/check-ansible-debian-buster) | | [![Ansible check debian:stretch](https://github.com/roles-ansible/ansible_role_goaccess/workflows/Ansible%20check%20debian:stretch/badge.svg)](https://github.com/roles-ansible/ansible_role_goaccess/actions?query=workflow%3A%22Ansible+check+debian%3Astretch%22) | [ansible test with debian stretch](https://github.com/marketplace/actions/check-ansible-debian-stretch) | | | |