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

Add a job to warn about modulesync changes #727

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 14, 2021

  1. Add a job to warn about modulesync changes

    01cfc20 added headers, but this isn't
    really a good experience for users. It's actually much better to fail in
    CI if a diff is detected. That gives them also a way to verify their
    changes to .sync.yml are correct.
    
    This takes the approach of checking out the modulesync config with the
    version from .msync.yml and running a one off change in offline mode.
    Then it uses git diff to see if there are differences. That should fail
    the build and also show the actual differences, which makes debugging
    easier.
    ekohl committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    03c07b1 View commit details
    Browse the repository at this point in the history