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

build: switch mdc snapshot test to run against master branch #17652

Commits on Nov 8, 2019

  1. build: switch mdc snapshot test to run against master branch

    We currently run the MDC snapshot tests against their `develop`
    branch. This breaks at the moment since MDC deleted the branch
    in order to release a new major version.
    
    It's unclear what Git process they use, but considering they use
    Gitflow, then the `develop` branch should have not been deleted. This
    would be ideal for us.. because then we can just _always_ run against
    `develop`.
    
    For now though, since the branch does not exist anymore, we should
    switch to master so that the CI job can be green.
    devversion committed Nov 8, 2019
    Copy the full SHA
    150b210 View commit details
    Browse the repository at this point in the history