1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-26 03:20:48 +02:00
infrastructure/.gitlab-ci.yml

13 lines
327 B
YAML
Raw Normal View History

2020-05-10 01:14:04 +02:00
image: "archlinux:latest"
before_script:
- pacman -Syu --needed --noconfirm ansible-lint
ansible-lint:
script:
# fix weird ansible bug
2020-05-10 02:20:26 +02:00
# https://github.com/trailofbits/algo/issues/1637
# This probably happens due to gitlab-runner mounting the git repo into the container
2020-05-10 01:14:04 +02:00
- chmod o-w .
- ansible-lint