(maint) Running a pdk update to consume latest pdk-template changes
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -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
1
.gitignore
vendored
@@ -25,3 +25,4 @@
|
|||||||
.project
|
.project
|
||||||
.envrc
|
.envrc
|
||||||
/inventory.yaml
|
/inventory.yaml
|
||||||
|
/spec/fixtures/litmus_inventory.yaml
|
||||||
|
|||||||
@@ -6,4 +6,4 @@ tasks:
|
|||||||
|
|
||||||
vscode:
|
vscode:
|
||||||
extensions:
|
extensions:
|
||||||
- puppet.puppet-vscode@1.0.0:oSzfTkDf6Cmc1jOjgW33VA==
|
- puppet.puppet-vscode@1.2.0:f5iEPbmOj6FoFTOV6q8LTg==
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user