Skip to content

Commit

Permalink
Temporarily removed pdk metadata validate as part of lint. pdk needs …
Browse files Browse the repository at this point in the history
…to be updated to work. We will do this asap and re-enable.
  • Loading branch information
matthew-d committed Dec 13, 2024
1 parent 4f5caf0 commit 7059564
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Fixed
- Disabled pdk metadata validate for now - it was causing CI and publish actions to fail. We need to update pdk asap and re-enable

## [3.45.1] - 2024-12-12
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ lint:
./manifests/*.pp
puppet epp validate templates/*/*.epp
bundle exec rubocop Gemfile
mv Gemfile.lock Gemfile.lock.orig && PDK_DISABLE_ANALYTICS=true pdk validate metadata && mv Gemfile.lock.orig Gemfile.lock
mv Gemfile.lock Gemfile.lock.orig && PDK_DISABLE_ANALYTICS=true && mv Gemfile.lock.orig Gemfile.lock

package: deps
PDK_DISABLE_ANALYTICS=true pdk build --force
Expand Down

0 comments on commit 7059564

Please sign in to comment.