Remove Drone configuration
Some checks failed
ci/woodpecker/push/lint Pipeline failed
ci/woodpecker/push/test unknown status

This commit is contained in:
2023-10-06 06:58:18 +13:00
parent de589a11e0
commit 19bfcc6eb2
10 changed files with 27 additions and 416 deletions

View File

@@ -4,8 +4,8 @@ dependency:
driver:
name: docker
platforms:
- name: molecule-${MOLECULE_DISTRO:-centos7}
image: "cybercinch/docker-${MOLECULE_DISTRO:-centos7}-ansible:latest"
- name: molecule-${MOLECULE_DISTRO:-almalinux8}
image: "cybercinch/docker-${MOLECULE_DISTRO:-almalinux8}-ansible:latest"
command: ${MOLECULE_DOCKER_COMMAND:-""}
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
@@ -13,6 +13,8 @@ platforms:
pre_build_image: true
provisioner:
name: ansible
env:
MOLECULE_NO_LOG: true
# verifier:
# name: ansible
# lint: |