Skip to content
Snippets Groups Projects
Unverified Commit 78b36575 authored by schleuder-bot's avatar schleuder-bot
Browse files

CI: Pull in config as published via 'main'

parent 2048cd5f
No related branches found
No related tags found
No related merge requests found
Pipeline #66058 passed
......@@ -2,6 +2,7 @@
stages:
- static
- test
- build
cache:
paths:
......@@ -48,15 +49,25 @@ codespell:
- codespell -q 2 -f -I utils/ci/codespell/ignored_words.txt -S turing-questions.yml,de.yml,es.yml,vendor
stage: static
ruby:2.4:
image: ruby:2.4
<<: *test_ruby
ruby:2.5:
image: ruby:2.5
<<: *test_ruby
ruby:2.6:
image: ruby:2.6
<<: *test_ruby
ruby:2.7:
image: ruby:2.7
<<: *test_ruby
ruby:3.0:
image: ruby:3.0
<<: *test_ruby
build-container-image:
image: registry.0xacab.org/schleuder/schleuder-ci-images:debian-container-tools
only:
- master
script: sh -x utils/buildah.sh
stage: build
bundler:audit:
image: ruby:2.5
......
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