root / .sync.yml @ fd0eaeca
Historique | Voir | Annoter | Télécharger (606 octets)
1 |
---
|
---|---|
2 |
.gitignore:
|
3 |
paths:
|
4 |
- .ruby-version
|
5 |
|
6 |
.gitlab-ci.yml:
|
7 |
override: true |
8 |
custom:
|
9 |
cache:
|
10 |
paths:
|
11 |
- 'vendor/bundle'
|
12 |
bundler_args: '--without system_tests --path vendor/bundle --jobs $(nproc)' |
13 |
custom_stages:
|
14 |
- syntax
|
15 |
- unit
|
16 |
ruby_versions:
|
17 |
'2.5':
|
18 |
image: 'registry.code.immerda.ch/immerda/container-images/ruby/devel' |
19 |
checks:
|
20 |
- 'syntax lint metadata_lint check:symlinks check:git_ignore check:dot_underscore check:test_file rubocop'
|
21 |
- 'parallel_spec'
|
22 |
puppet_version: '~> 6' |
23 |
tags:
|
24 |
- 'container'
|