-
Notifications
You must be signed in to change notification settings - Fork 472
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
Parametrization of TMP_DIR needed? #329
Comments
The problems with |
@comradefuzz feel free to create a pull request that allows overriding the tmp_dir location. |
I believe this is fixed with #684, feel free to let me know if it doesn't. Thank you for submitting this feature request. |
I had problems with my CI integration. When dgoss runs my container it cannot access to mounted directory files.
I have this CI configuration:
dgoss fails with output:
Some painful debugging shown that directory mounted as
/goss
to container withgoss
binary file is empty while source temporary directory on host/tmp/tmp.XXXXXXXXXX
contains correct files.I put some patches in
dgoss
script that make temporary directory appear in CWD and problem seems to be fixed. I suppose that mounted directory in gitlab pipelines environment in/tmp
is inaccessible in container context.I suggest you can simply parametrize location of $tmp_dir to fix this issue.
The text was updated successfully, but these errors were encountered: