Skip to content

Commit 3ff86aa

Browse files
authored
Merge pull request #1179 from puppetlabs/CAT-1608-pdk-update
(CAT-1608) - PDK update
2 parents 34cd3c7 + e27a539 commit 3ff86aa

File tree

10 files changed

+687
-56
lines changed

10 files changed

+687
-56
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
workflow_dispatch:
55

66
jobs:
7-
release:
8-
name: "Release"
7+
release:
98
uses: "puppetlabs/cat-github-actions/.github/workflows/module_release.yml@main"
109
secrets: "inherit"

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
/log/
1717
/pkg/
1818
/spec/fixtures/manifests/
19-
/spec/fixtures/modules/
19+
/spec/fixtures/modules/*
2020
/tmp/
2121
/vendor/
2222
/convert_report.txt

.pdkignore

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
/log/
1717
/pkg/
1818
/spec/fixtures/manifests/
19-
/spec/fixtures/modules/
19+
/spec/fixtures/modules/*
2020
/tmp/
2121
/vendor/
2222
/convert_report.txt
@@ -26,21 +26,17 @@
2626
.envrc
2727
/inventory.yaml
2828
/spec/fixtures/litmus_inventory.yaml
29-
/appveyor.yml
30-
/.editorconfig
3129
/.fixtures.yml
3230
/Gemfile
3331
/.gitattributes
3432
/.github/
3533
/.gitignore
36-
/.gitlab-ci.yml
3734
/.pdkignore
3835
/.puppet-lint.rc
3936
/Rakefile
4037
/rakelib/
4138
/.rspec
42-
/.rubocop.yml
43-
/.travis.yml
39+
/..yml
4440
/.yardopts
4541
/spec/
4642
/.vscode/

0 commit comments

Comments
 (0)