From b24679136b8227bf4bb5ba6c6bcf0a3f85712daa Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 3 Feb 2024 22:38:15 +0100 Subject: [PATCH] ci: fix env vars and syntax --- .woodpecker/docs.yaml | 6 +++--- meta/main.yml | 3 +-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.woodpecker/docs.yaml b/.woodpecker/docs.yaml index 30b9368..8f684c7 100644 --- a/.woodpecker/docs.yaml +++ b/.woodpecker/docs.yaml @@ -10,9 +10,9 @@ steps: image: quay.io/thegeeklab/ansible-doctor environment: ANSIBLE_DOCTOR_EXCLUDE_FILES: molecule/ - ANSIBLE_DOCTOR_FORCE_OVERWRITE: true + ANSIBLE_DOCTOR_FORCE_OVERWRITE: "true" ANSIBLE_DOCTOR_LOG_LEVEL: INFO - ANSIBLE_DOCTOR_ROLE_NAME: ${DRONE_REPO_NAME} + ANSIBLE_DOCTOR_ROLE_NAME: ${CI_REPO_NAME} ANSIBLE_DOCTOR_TEMPLATE: readme - name: diff @@ -21,7 +21,7 @@ steps: - git diff --color=always README.md - name: publish - image: quay.io/thegeeklab/drone-git-action + image: quay.io/thegeeklab/wp-git-action settings: action: - commit diff --git a/meta/main.yml b/meta/main.yml index d1d6aec..0410638 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -5,8 +5,7 @@ galaxy_info: namespace: xoxys role_name: podman # @meta description: > - # [![Source Code](https://img.shields.io/badge/gitea-source%20code-blue?logo=gitea&logoColor=white)](https://gitea.rknet.org/ansible/xoxys.podman) - # [![Build Status](https://img.shields.io/drone/build/ansible/xoxys.podman?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.podman) + # [![Build Status](https://ci.rknet.org/api/badges/ansible/xoxys.podman/status.svg)](https://ci.rknet.org/repos/ansible/xoxys.podman) # [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?label=license)](https://gitea.rknet.org/ansible/xoxys.podman/src/branch/main/LICENSE) # # Setup Podman container manager.