We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
someone didnt update the docker config for kitchen, here is a fix:
diff --git a/.kitchen-docker.yml b/.kitchen-docker.yml index 83b2609..b10d128 100644 --- a/.kitchen-docker.yml +++ b/.kitchen-docker.yml @@ -93,7 +93,8 @@ suites: append_scripts: - "export CHEF_IS_AWESOME=1" - "echo helloworld > /dev/null" - path_append: true - path: - - "/opt/local/bin" + path_prepend: - "/opt/local/food/bin" + path_append: + - "/opt/local/bin" +
The text was updated successfully, but these errors were encountered:
Apply patch to fix issue #33.
2ffe2d5
Thanks for your contribution.
Sorry, something went wrong.
flaccid
No branches or pull requests
someone didnt update the docker config for kitchen, here is a fix:
The text was updated successfully, but these errors were encountered: