Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
schleuder
schleuder-web
Commits
78b36575
Unverified
Commit
78b36575
authored
Sep 28, 2021
by
schleuder-bot
Browse files
CI: Pull in config as published via 'main'
parent
2048cd5f
Pipeline
#66058
passed with stages
in 3 minutes and 41 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
78b36575
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment