remove syntax check
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Torma Kristóf 2022-07-25 22:24:40 +02:00
parent 07eb7aaa20
commit e82e805d86
2 changed files with 2 additions and 10 deletions

View File

@ -13,14 +13,6 @@ steps:
- echo "$PWD"
- echo "$SSH_KEY" > $PWD/id_rsa && chmod 0600 $PWD/id_rsa
- name: check ansible syntax
image: plugins/ansible:3
settings:
playbook: nightly.yaml
galaxy: requirements.yaml
inventory: inventory.yaml
syntax_check: true
- name: run playbook in check mode
image: plugins/ansible:3
environment:

View File

@ -1,8 +1,8 @@
---
- name: Copy docker-compose configuration
ansible.builtin.copy:
src: docker-compose.yaml
dest: /home/swagger/docker-compose.yaml
src: docker-compose.yml
dest: /home/swagger/docker-compose.yml
owner: swagger
group: swagger
mode: '0644'