Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update Updatecli jsonschema #2004

Merged
merged 1 commit into from
Dec 20, 2024
Merged

Conversation

updateclibot[bot]
Copy link
Contributor

@updateclibot updateclibot bot commented Dec 20, 2024

docs: update Updatecli jsonschema

chore: update Updatecli jsonschema

ran shell command "set -eux\nWORKDIR=\".\"\n\nOLD_CHECKSUM=$(wc -c < $WORKDIR/content/en/schema/latest/config.json)\nOLD_COMPOSE_CHECKSUM=$(wc -c < $WORKDIR/content/en/schema/latest/compose/config.json)\nOLD_POLICY_MANIFEST_CHECKSUM=$(wc -c < $WORKDIR/content/en/schema/latest/policy/manifest/config.json)\nOLD_POLICY_METADATA_CHECKSUM=$(wc -c < $WORKDIR/content/en/schema/latest/policy/metadata/config.json)\n\nupdatecli jsonschema --baseid https://www.updatecli.io/latest/schema --directory $WORKDIR/content/en/schema/latest\n\nCHECKSUM=$(wc -c < $WORKDIR/content/en/schema/latest/config.json)\nCOMPOSE_CHECKSUM=$(wc -c < $WORKDIR/content/en/schema/latest/compose/config.json)\nPOLICY_MANIFEST_CHECKSUM=$(wc -c < $WORKDIR/content/en/schema/latest/policy/manifest/config.json)\nPOLICY_METADATA_CHECKSUM=$(wc -c < $WORKDIR/content/en/schema/latest/policy/metadata/config.json)\n\nif [ \"$OLD_CHECKSUM\" != \"$CHECKSUM\" ]; then\n echo \"Default jsonschema change detected\"\nfi\n\nif [ \"$OLD_COMPOSE_CHECKSUM\" != \"$COMPOSE_CHECKSUM\" ]; then\n echo \"Compose jsonschema change detected\"\nfi\n\nif [ \"$OLD_POLICY_MANIFEST_CHECKSUM\" != \"$POLICY_MANIFEST_CHECKSUM\" ]; then\n echo \"Policy manifest jsonschema change detected\"\nfi\n\nif [ \"$OLD_POLICY_METADATA_CHECKSUM\" != \"$POLICY_METADATA_CHECKSUM\" ]; then\n echo \"Policy metadata jsonschema change detected\"\nfi\n\nexit 0\n"

GitHub Action workflow link
Updatecli logo

Created automatically by Updatecli

Options:

Most of Updatecli configuration is done via its manifest(s).

  • If you close this pull request, Updatecli will automatically reopen it, the next time it runs.
  • If you close this pull request and delete the base branch, Updatecli will automatically recreate it, erasing all previous commits made.

Feel free to report any issues at github.com/updatecli/updatecli.
If you find this tool useful, do not hesitate to star our GitHub repository as a sign of appreciation, and/or to tell us directly on our chat!

Made with ❤️️ by updatecli
@updateclibot updateclibot bot enabled auto-merge December 20, 2024 12:18
@updateclibot updateclibot bot added this pull request to the merge queue Dec 20, 2024
Merged via the queue into master with commit 3bf3a7a Dec 20, 2024
9 checks passed
@updateclibot updateclibot bot deleted the updatecli_master_jsonschema branch December 20, 2024 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants