ci: fix env vars and syntax
This commit is contained in:
parent
7c3925f56a
commit
b24679136b
@ -10,9 +10,9 @@ steps:
|
|||||||
image: quay.io/thegeeklab/ansible-doctor
|
image: quay.io/thegeeklab/ansible-doctor
|
||||||
environment:
|
environment:
|
||||||
ANSIBLE_DOCTOR_EXCLUDE_FILES: molecule/
|
ANSIBLE_DOCTOR_EXCLUDE_FILES: molecule/
|
||||||
ANSIBLE_DOCTOR_FORCE_OVERWRITE: true
|
ANSIBLE_DOCTOR_FORCE_OVERWRITE: "true"
|
||||||
ANSIBLE_DOCTOR_LOG_LEVEL: INFO
|
ANSIBLE_DOCTOR_LOG_LEVEL: INFO
|
||||||
ANSIBLE_DOCTOR_ROLE_NAME: ${DRONE_REPO_NAME}
|
ANSIBLE_DOCTOR_ROLE_NAME: ${CI_REPO_NAME}
|
||||||
ANSIBLE_DOCTOR_TEMPLATE: readme
|
ANSIBLE_DOCTOR_TEMPLATE: readme
|
||||||
|
|
||||||
- name: diff
|
- name: diff
|
||||||
@ -21,7 +21,7 @@ steps:
|
|||||||
- git diff --color=always README.md
|
- git diff --color=always README.md
|
||||||
|
|
||||||
- name: publish
|
- name: publish
|
||||||
image: quay.io/thegeeklab/drone-git-action
|
image: quay.io/thegeeklab/wp-git-action
|
||||||
settings:
|
settings:
|
||||||
action:
|
action:
|
||||||
- commit
|
- commit
|
||||||
|
@ -5,8 +5,7 @@ galaxy_info:
|
|||||||
namespace: xoxys
|
namespace: xoxys
|
||||||
role_name: podman
|
role_name: podman
|
||||||
# @meta description: >
|
# @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://ci.rknet.org/api/badges/ansible/xoxys.podman/status.svg)](https://ci.rknet.org/repos/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)
|
|
||||||
# [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?label=license)](https://gitea.rknet.org/ansible/xoxys.podman/src/branch/main/LICENSE)
|
# [![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.
|
# Setup Podman container manager.
|
||||||
|
Loading…
Reference in New Issue
Block a user