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
--parallel
The parallel flag in faas-cli publish should not give an error.
parallel
faas-cli publish
faas-cli publish --parallel gives out an error:
faas-cli publish --parallel
PR in the works.
A live example of the CI workflow is at: https://github.com/utsavanand2/openfaas-cloud/runs/1458552162?check_suite_focus=true#step:10:1351
The text was updated successfully, but these errors were encountered:
Append this index to each builder
faas-cli/commands/publish.go
Line 179 in c9d284d
If in parallel, you may need to create the named builder within the go routine body
Around here
Line 187 in c9d284d
Sorry, something went wrong.
No branches or pull requests
Expected Behaviour
The
parallel
flag infaas-cli publish
should not give an error.Current Behaviour
faas-cli publish --parallel
gives out an error:Possible Solution
PR in the works.
Steps to Reproduce (for bugs)
A live example of the CI workflow is at:
https://github.com/utsavanand2/openfaas-cloud/runs/1458552162?check_suite_focus=true#step:10:1351
The text was updated successfully, but these errors were encountered: