X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=.sync.yml;h=ddd07353c92416d87448609935ce36dd6b19eb53;hb=a6eb1618bad986cfa40e9e9188dc6625c89a8fea;hp=e79ce867e2ba6b8da797c8f24b758352ca52b65d;hpb=05eecf61fed0d8109fe570a68ac60d0e336c8e4e;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/.sync.yml b/.sync.yml index e79ce86..ddd0735 100644 --- a/.sync.yml +++ b/.sync.yml @@ -1,27 +1,28 @@ --- -.travis.yml: - docker_sets: - - set: docker/debian-8 - - set: docker/ubuntu-14.04 - docker_defaults: - bundler_args: "" - secure: "" - branches: - - release - -Gemfile: - required: - ':system_tests': - - gem: 'puppet-module-posix-system-r#{minor_version}' - platforms: ruby - - gem: 'puppet-module-win-system-r#{minor_version}' - platforms: - - mswin - - mingw - - x64_mingw - +".gitlab-ci.yml": + delete: true appveyor.yml: delete: true -.gitlab-ci.yml: - unmanaged: true +Gemfile: + optional: + ":development": + - gem: github_changelog_generator +spec/spec_helper.rb: + mock_with: ":rspec" + coverage_report: true +.gitpod.Dockerfile: + unmanaged: false +.gitpod.yml: + unmanaged: false +.github/workflows/pr_test.yml: + unmanaged: false +.github/workflows/nightly.yml: + unmanaged: false +.github/workflows/spec.yml: + checks: 'syntax lint metadata_lint check:symlinks check:git_ignore check:dot_underscore check:test_file rubocop' + unmanaged: false +.github/workflows/release.yml: + unmanaged: false +.travis.yml: + delete: true