(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 }} ref: ${{ github.ref }}
clean: true clean: true
- name: "PDK Build" - name: "PDK Build"
uses: docker://puppet/pdk:nightly uses: docker://puppet/pdk:2.1.0.0
with: with:
args: 'build' args: 'build'
- name: "Push to Forge" - name: "Push to Forge"
uses: docker://puppet/pdk:nightly uses: docker://puppet/pdk:2.1.0.0
with: with:
args: 'release publish --forge-token ${{ secrets.FORGE_API_KEY }} --force' args: 'release publish --forge-token ${{ secrets.FORGE_API_KEY }} --force'

1
.gitignore vendored
View File

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

View File

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

View File

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

View File

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