-
Notifications
You must be signed in to change notification settings - Fork 25
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
local does not skip functional
when commented out
#42
Comments
function
when commented outfunctional
when commented out
I am also facing this issue. After the
My
I've tried to remove the last two lines - but it still fails the same. |
I've made this "work"!
|
I put a similar work around in place on my cookbook. However, I would prefer to have the phase skipped if it is omitted, like the documentation indicates. Seeing chef autogenerates defaults are commented out. Or at the least, provide an example script that runs by default. |
Several versions have been released. No progress? This seems like a core item that is broken, or at the least, divergent from your documented behavior. |
I just installed the latest chef-dk and comment out my dummy functional test, and the result is still the same. |
Ok. So, |
I have delivery installed via chef-dk with the following versions:
It is my understanding, that if the
functional
phase is commented out then delivery will skip it. However, when running one of the roll-up commands, it still attempts to run thefunctional
phase resulting in this error:I built the cookbook with the generate command, so chef was kind enough to autogenerate both the
project.toml
and theconfig.json
files. The autogeneratedproject.toml
file contains thefunctional
phase commented out. I attempted to addfunctional
to theskip_phases
in theconfig.json
, unfortunately, this did not cause delivery to skip the phase.What else am I missing? Or is this a legitimate bug?
The text was updated successfully, but these errors were encountered: