remove conditional params
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
42ad0c68c2
commit
ff22e1cb50
10
.drone.yml
10
.drone.yml
@ -5,7 +5,7 @@ type: docker
|
|||||||
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install requirements, lint, and run Ansible playbook
|
- name: Ansible Playbook Lint and Test
|
||||||
image: gitea.thezengarden.net/podman/images/ansible-dev:latest
|
image: gitea.thezengarden.net/podman/images/ansible-dev:latest
|
||||||
environment:
|
environment:
|
||||||
GITEA_TOKEN:
|
GITEA_TOKEN:
|
||||||
@ -20,13 +20,9 @@ steps:
|
|||||||
- whoami
|
- whoami
|
||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
include:
|
- development
|
||||||
- development
|
|
||||||
event:
|
event:
|
||||||
include:
|
- push
|
||||||
- push
|
|
||||||
exclude:
|
|
||||||
- pull_request
|
|
||||||
|
|
||||||
|
|
||||||
# - name: push commit
|
# - name: push commit
|
||||||
|
Loading…
x
Reference in New Issue
Block a user