We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The integration test checks that the catalog commit message contains the correct Git commit hash for the global configuration repo.
This check is not robust against changes in the global config repo (the integration test uses https://github.com/projectsyn/getting-started-commodore-defaults) which don't result in a catalog change.
That revision check needs to be made smarter to cope with such changes.
#346 fixes the globalGitRepoRevision to a specific commit sha. This should avoid the issue in the short term, but is not a very satisfying solution.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Context
The integration test checks that the catalog commit message contains the correct Git commit hash for the global configuration repo.
This check is not robust against changes in the global config repo (the integration test uses https://github.com/projectsyn/getting-started-commodore-defaults) which don't result in a catalog change.
That revision check needs to be made smarter to cope with such changes.
Alternatives
#346 fixes the globalGitRepoRevision to a specific commit sha. This should avoid the issue in the short term, but is not a very satisfying solution.
The text was updated successfully, but these errors were encountered: