Skip to content

Commit

Permalink
Use new schema repository layout
Browse files Browse the repository at this point in the history
In order to resolve validation failures on OCP-on-NERC/nerc-ocp-config#609,
we need to update the schema repository. This required some changes to the
repository layout because the tool on which we had been relying was no
longer maintained.

This commit updates our validation workflow to use the new schema
repository structure.
  • Loading branch information
larsks committed Dec 11, 2024
1 parent 0b9eb62 commit f660ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ jobs:
run: |
${COMMON_CI}/scripts/validate-manifests.sh
env:
ADDITIONAL_SCHEMAS: "${{ env.OCP_SCHEMAS }}/schemas"
ADDITIONAL_SCHEMAS: "${{ env.OCP_SCHEMAS }}/schemas.json"

0 comments on commit f660ebe

Please sign in to comment.