(maint) Running a pdk update to consume latest pdk-template changes

This commit is contained in:
Paula Muir
2021-04-26 21:07:54 +01:00
parent e283a48afc
commit c0ce63019e
5 changed files with 7 additions and 5 deletions

View File

@@ -38,10 +38,10 @@ jobs:
ref: ${{ github.ref }}
clean: true
- name: "PDK Build"
uses: docker://puppet/pdk:nightly
uses: docker://puppet/pdk:2.1.0.0
with:
args: 'build'
- name: "Push to Forge"
uses: docker://puppet/pdk:nightly
uses: docker://puppet/pdk:2.1.0.0
with:
args: 'release publish --forge-token ${{ secrets.FORGE_API_KEY }} --force'

1
.gitignore vendored
View File

@@ -25,3 +25,4 @@
.project
.envrc
/inventory.yaml
/spec/fixtures/litmus_inventory.yaml

View File

@@ -6,4 +6,4 @@ tasks:
vscode:
extensions:
- puppet.puppet-vscode@1.0.0:oSzfTkDf6Cmc1jOjgW33VA==
- puppet.puppet-vscode@1.2.0:f5iEPbmOj6FoFTOV6q8LTg==

View File

@@ -25,6 +25,7 @@
.project
.envrc
/inventory.yaml
/spec/fixtures/litmus_inventory.yaml
/appveyor.yml
/.fixtures.yml
/Gemfile

View File

@@ -79,6 +79,6 @@
}
],
"template-url": "https://github.com/puppetlabs/pdk-templates.git#main",
"template-ref": "heads/main-0-g12a5dea",
"pdk-version": "1.18.1"
"template-ref": "heads/main-0-ge04486b",
"pdk-version": "2.0.0"
}