Skip to content
Snippets Groups Projects

Update CI to reasonable versions and fix resulting issues

Merged Thomas Schneider requested to merge th/ci-alpine into main
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
---
image: registry.git.fsmpi.rwth-aachen.de/infra/ci-containers/fsmpi-ansible:bullseye
image: alpine:3.17
variables:
GIT_SUBMODULE_STRATEGY: recursive
before_script:
- apk --no-cache add ansible ansible-lint yamllint ripgrep
- export LANG=en_US.UTF-8
- chmod o-w .
- ansible --version
Loading