Skip to content
Snippets Groups Projects
Verified Commit 11526c97 authored by Frederik Schwan's avatar Frederik Schwan
Browse files

add gitlab-ci.yml

parent 52ae5dd6
No related branches found
No related tags found
1 merge request!7add gitlab-ci.yml
image: "archlinux:latest"
before_script:
- pacman -Syu --needed --noconfirm ansible-lint
ansible-lint:
script:
# fix weird ansible bug
- chmod o-w .
- ansible-lint
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment