You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
True, it would be more convenient for the task to extract a binary from a provided cf CLI GH release. I imagine it may not have been added because that creates more potential tech debt for the task itself 🤷
✍️ If you want to PR this change, I would accept it.
In the meantime, you could write an in-between task in your concourse pipeline to extract the appropriate binary and provide it to the run-cats task.
it's unclear if the PATH is set correctly so that CATS would use the provided CF-CLI.
last week when we had this regex issue in CATS (cloudfoundry/cf-acceptance-tests#1105) we wanted to downgrade the CF CLI version, however as described above this didn't work. @philippthun and me tried to fix it by adjusting the task to download the CLI (db9978c). However CATS still was using the newer CLI version (part of the image) 🤷♂️
I'd say it's not a urgent issue but something we would look into eventually. If you want I can assign it to myself.
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.The text was updated successfully, but these errors were encountered: