Skip to content

Commit

Permalink
(maint) - Remove Puppet.Dsc from module cache
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbreen28 committed Nov 15, 2023
1 parent 97ba280 commit a53ec45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/puppetize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

env:
pdk_version: 2.7.1.0
module_cache: Puppet.Dsc, PSFramework, PSDscResources, powershell-yaml
module_cache: PSFramework, PSDscResources, powershell-yaml

jobs:
setup:
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
Import-Module $env:ChocolateyInstall\helpers\chocolateyProfile.psm1
refreshenv
Import-Module -Name PSDesiredStateConfiguration -Force
Import-Module -Name Puppet.Dsc -Force
Install-Module -Name Puppet.Dsc -Force
$null = Get-Command PDK, Publish-NewDscModuleVersion
$PublishParameters = @{
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/repuppetize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

env:
pdk_version: 2.7.1.0
module_cache: Puppet.Dsc, PSFramework, PSDscResources, powershell-yaml
module_cache: PSFramework, PSDscResources, powershell-yaml

jobs:
setup:
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
Import-Module $env:ChocolateyInstall\helpers\chocolateyProfile.psm1
refreshenv
Import-Module -Name PSDesiredStateConfiguration -Force
Import-Module -Name Puppet.Dsc -Force
Install-Module -Name Puppet.Dsc -Force
$null = Get-Command PDK, Publish-NewDscModuleVersion
$UpdateForgeDscModule = @{
Expand Down

0 comments on commit a53ec45

Please sign in to comment.