comment out everything
This commit is contained in:
parent
e3fbdb375c
commit
ed78bb72f7
78
.drone.yml
78
.drone.yml
@ -19,44 +19,54 @@ steps:
|
|||||||
- pull_request
|
- pull_request
|
||||||
|
|
||||||
|
|
||||||
- name: "Ansible-Galaxy: Install from requirements.yml"
|
###############################################################################
|
||||||
image: gitea.thezengarden.net/podman/images/ansible-dev:latest
|
###############################################################################
|
||||||
commands:
|
###############################################################################
|
||||||
- ansible-galaxy install -r $DRONE_WORKSPACE/requirements.yml
|
|
||||||
when:
|
|
||||||
branch:
|
|
||||||
- development
|
|
||||||
event:
|
|
||||||
exclude:
|
|
||||||
- pull_request
|
|
||||||
|
|
||||||
|
|
||||||
- name: "Syntax check and Ansible Lint"
|
# - name: "Ansible-Galaxy: Install from requirements.yml"
|
||||||
image: gitea.thezengarden.net/podman/images/ansible-dev:latest
|
# image: gitea.thezengarden.net/podman/images/ansible-dev:latest
|
||||||
commands:
|
# commands:
|
||||||
- ansible-lint --offline $DRONE_WORKSPACE
|
# - ansible-galaxy install -r $DRONE_WORKSPACE/requirements.yml
|
||||||
- ansible-playbook --syntax-check $DRONE_WORKSPACE/hello.yml
|
# when:
|
||||||
when:
|
# branch:
|
||||||
branch:
|
# - development
|
||||||
- development
|
# event:
|
||||||
event:
|
# exclude:
|
||||||
exclude:
|
# - pull_request
|
||||||
- pull_request
|
|
||||||
|
|
||||||
|
|
||||||
- name: "Test playbook execution"
|
# - name: "Syntax check and Ansible Lint"
|
||||||
image: gitea.thezengarden.net/podman/images/ansible-dev:latest
|
# image: gitea.thezengarden.net/podman/images/ansible-dev:latest
|
||||||
environment:
|
# commands:
|
||||||
ANSIBLE_INVENTORY:
|
# - ansible-lint --offline $DRONE_WORKSPACE
|
||||||
from_secret: ansible_inventory
|
# - ansible-playbook --syntax-check $DRONE_WORKSPACE/hello.yml
|
||||||
commands:
|
# when:
|
||||||
- ansible-playbook -v -i 127.0.0.1, --connection=local $DRONE_WORKSPACE/hello.yml
|
# branch:
|
||||||
when:
|
# - development
|
||||||
branch:
|
# event:
|
||||||
- development
|
# exclude:
|
||||||
event:
|
# - pull_request
|
||||||
exclude:
|
|
||||||
- pull_request
|
|
||||||
|
# - name: "Test playbook execution"
|
||||||
|
# image: gitea.thezengarden.net/podman/images/ansible-dev:latest
|
||||||
|
# environment:
|
||||||
|
# ANSIBLE_INVENTORY:
|
||||||
|
# from_secret: ansible_inventory
|
||||||
|
# commands:
|
||||||
|
# - ansible-playbook -v -i 127.0.0.1, --connection=local $DRONE_WORKSPACE/hello.yml
|
||||||
|
# when:
|
||||||
|
# branch:
|
||||||
|
# - development
|
||||||
|
# event:
|
||||||
|
# exclude:
|
||||||
|
# - pull_request
|
||||||
|
|
||||||
|
|
||||||
|
###############################################################################
|
||||||
|
###############################################################################
|
||||||
|
###############################################################################
|
||||||
|
|
||||||
|
|
||||||
# - name: Update repo with build stats
|
# - name: Update repo with build stats
|
||||||
|
Loading…
x
Reference in New Issue
Block a user