Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Prepare for PDK update
Sync from the puppetlabs-apt module for settings related to GitHub
actions support and other CI "deprecation".
  • Loading branch information
smortex committed Oct 8, 2023
commit 61688866284e84b532a1d8dae465042a3d0ae8d8
28 changes: 21 additions & 7 deletions .sync.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,28 @@
---
".gitlab-ci.yml":
delete: true
appveyor.yml:
delete: true
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
- gem: 'nokogiri'
platforms: ruby
- gem: 'serverspec'
platforms: ruby
spec/spec_helper.rb:
mock_with: ":rspec"
coverage_report: true
.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
.github/workflows/auto_release.yml:
unmanaged: false
.travis.yml:
delete: true