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

Enable the use of SCUBA_ROOT in .scuba.yml #213

Open
JonathonReinhart opened this issue Sep 6, 2023 · 1 comment
Open

Enable the use of SCUBA_ROOT in .scuba.yml #213

JonathonReinhart opened this issue Sep 6, 2023 · 1 comment

Comments

@JonathonReinhart
Copy link
Owner

There are cases where it would be nice to set variables in .scuba.yml which are paths, based on SCUBA_ROOT . However, that is only accessible inside the container. (https://scuba.readthedocs.io/en/latest/environment.html)

cc @rpasek

@JonathonReinhart
Copy link
Owner Author

With #218, I think this is unnecessary.

  • volumes
    • In a container path: SCUBA_ROOT is pointless, because the SCUBA_ROOT is already bind-mounted into the container as the primary purpose of Scuba.
    • In a host path: Now you can just use ./ which is relative to the scuba root.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant