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
$ cat > Bakefile2 << EOF ee: echo "done" EOF $ bake --debug -b Bakefile2 ee + cache.git.ok: true + cache.git.root: '/home/zodman/apps' + cache.enabled: true + cache.git.ok: true + cache.git.root: '/home/zodman/apps' + cache.enabled: true $ git config --local --list + Bakefile: Bakefile2 + argv: [] + environ: [] + Executing ee: $ t=$(mktemp) && bake --source ee > ${t} && chmod +x ${t} && ${t} 2>&1 | sed >&2 's/^/ | /' && EXIT="${PIPESTATUS[0]}" && rm -fr ${t} && exit ${EXIT} Usage: bake [OPTIONS] [TASK] [ARGUMENTS]... Error: Invalid value for '--source': 'ee' is not a valid boolean. Task ee failed! $ pip freeze | grep bake bake-cli==0.12.0
The text was updated successfully, but these errors were encountered:
wow! thanks
when release the patch ? @rednafi
Sorry, something went wrong.
I'm also getting this - is a release with this fix planned?
No branches or pull requests
The text was updated successfully, but these errors were encountered: