Remove debug for actions
Some checks failed
Lint ansible / lint (push) Failing after 14s

This commit is contained in:
Tomislav Kopić 2024-02-22 22:56:09 +01:00
parent cb5606fb2f
commit cdc2309703

View File

@ -5,8 +5,7 @@ jobs:
lint: lint:
container: pipelinecomponents/ansible-lint container: pipelinecomponents/ansible-lint
steps: steps:
- run: git clone https://git.tomislav-kopic.from.hr/tomislav/Ansible.git - name: "Clone code"
- run: ls -la run: git clone https://git.tomislav-kopic.from.hr/tomislav/Ansible.git && cd Ansible
- run: cd Ansible
- name: "Run linter" - name: "Run linter"
run: ansible-lint --show-relpath run: ansible-lint --show-relpath