forked from deric/puppet-zookeeper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.sync.yml
51 lines (48 loc) · 1.25 KB
/
.sync.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
---
.github/CONTRIBUTING.md:
delete: true
.github/ISSUE_TEMPLATE.md:
delete: true
.github/PULL_REQUEST_TEMPLATE.md:
delete: true
.gitlab-ci.yml:
delete: true
.gitignore:
paths:
- '/.vscode/'
- '/.devcontainer/'
.travis.yml:
remove_branches:
- main
- /^v\d/
docker_sets:
- set: debian9-64
- set: debian10-64
- set: ubuntu1804-64
- set: centos7-64
irc: false
user: 'deric'
secure: 'K3gfvfUtsZ4l6TTChG5jBLIB4j9ZG3zQECBCMI0ZcYiyiFYIihDtraO6sTf0qOcocRg5TpihBNJ8IpBPdDvd8bOrQCIWnSor2hP6NKA8J0XCDX5H4hmyieJhFCuGydaopia6rATEbj4TIOzMk8zPVc/lavg4yRkpwcxCy7UQVKc='
Rakefile:
config.user: 'deric'
spec/spec_helper.rb:
spec_overrides: "require 'spec_helper_local' if File.file?(File.join(File.dirname(__FILE__), 'spec_helper_local.rb'))"
coverage_report: true
Gemfile:
required:
":development":
- gem: 'github_changelog_generator'
version: '~> 1.15'
condition: "Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new('2.3.0')"
- gem: overcommit
- gem: librarian-puppet
optional:
':acceptance':
- gem: beaker
- gem: beaker-rspec
- gem: beaker-docker
- gem: beaker-puppet_install_helper
- gem: beaker-module_install_helper
.gitignore:
paths:
- .tmp/*