cloudfoundry / cloudfoundry/cf-deployment-concourse-tasks
CF-CLI input in CATS task is not used correctly
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 24
- Forks
- 76
- Avg merge
- 5d 14h
- Merged PRs (30d)
- 1
Description
The CATS tasks allows to provide a cf-cli input. However in the task itself it expects that CF CLI is provided as binary which the CF CLI Github release does not provide.
Additionally it's unclear if the PATH is set correctly so that CATS would use the provided CF-CLI.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with run-cats/task.yml lines 14-15 and run-cats/task lines 6-10, then compare the expected CF CLI input with the artifact supplied by the linked CF CLI release. Check whether PATH is configured so CATS invokes that input; done means the task uses the provided CF CLI correctly and its behavior is unambiguous.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- shell
- Domain
- ci-cd, cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100