Fix and update CI #18

Merged
otthorn merged 8 commits from fix_and_update_ci into master 2021-02-16 13:10:53 +01:00
Showing only changes of commit 5503a54be4 - Show all commits

View file

@ -13,7 +13,7 @@ steps:
- name: ansible-lint
image: python:3.9-alpine
commands:
- apk add --no-cache gcc libc-dev libffi-dev openssl-dev
- pip install ansible-lint==4.3.7
- apk add --no-cache gcc musl-dev python3-dev libffi-dev openssl-dev cargo
- pip install ansible-lint==5.0.0 ansible
- ansible-lint
...