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

Fix .dockerignore ignoring the .cog directory we produce #1962

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Sep 20, 2024

  1. Sanitise the docker ignore before building

    * Check the docker ignore for .cog and if it
    exists remove it.
    8W9aG committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    f964495 View commit details
    Browse the repository at this point in the history
  2. Add integration test for docker ignore .cog

    * Make sure we pass this case to prevent .cog
    docker ignore from sending unusual error messages
    8W9aG committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    fb1d77f View commit details
    Browse the repository at this point in the history