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

Breeze must create hooks\ and dags\ directories for bind mounts #24122

Merged
merged 2 commits into from
Jun 2, 2022

Commits on Jun 2, 2022

  1. test

    o-nikolas committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    49b2a8d View commit details
    Browse the repository at this point in the history
  2. Breeze must create hooks\ and dags\ directories for bind mounts

    - Now that breeze uses --mount instead of --volume (the former of which
      does not create missing mount dirs like the latter does see docs here:
      https://docs.docker.com/storage/bind-mounts/#differences-between--v-and---mount-behavior)
      we need to create these directories explicitly.
    o-nikolas committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    b978af2 View commit details
    Browse the repository at this point in the history