This repository has been archived by the owner on Feb 15, 2022. It is now read-only.
bedrock service install-build-pipeline is not validating the correct pipeline definition value #1405
Labels
Milestone
Describe the bug:
bedrock service install-build-pipeline is not validating the correct pipeline definition value
To Reproduce:
bedrock service create azure-vote azure-vote-app --helm-config-git https://github.com/mtarng/helm-charts.git --helm-config-branch master --helm-config-path chart-source/azure-vote git commit -am 'Adding azure-vote' git push spk service install-build-pipeline azure-vote
should succeed, instead we get:
Expected behavior:
Screenshots:
Additional context:
https://github.com/microsoft/bedrock-cli/blob/master/src/commands/service/pipeline.ts#L199-L203
This block should look up the service path and not use the service name.
Follow up question, should we remove the flag for a "packages" directory?
Does this require updates to documentation?:
No. Documentation is accurate, but service-path isn't.
The text was updated successfully, but these errors were encountered: