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
{{ message }}
This repository has been archived by the owner on Oct 13, 2022. It is now read-only.
Hello, I'm a developer advocate at Cloud Foundry, I'm trying out the orb and when i try to set the API endpoint it returns the following error and the job fails:
Setting api endpoint to $CF_API --skip-ssl-validation...
parse https://$CF_API --skip-ssl-validation: invalid character " " in host name
FAILED
Exited with code exit status 1
CircleCI received exit code 1
This could be as a result of the v6 api, when i try to install v7 instead it fails with the following error:
Downloading https://packages.cloudfoundry.org/stable?release=linux64-binary&source=github&version=v7
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 8944k 100 8944k 0 0 6817k 0 0:00:01 0:00:01 --:--:-- 11.2M
/bin/bash: line 14: cf: command not found
Exited with code exit status 127
CircleCI received exit code 127
Also you might want to port the default version of this orb to V7 because it's more up to date with the CF kubernetes project
The text was updated successfully, but these errors were encountered:
hacktivist123
changed the title
endpoint throwing option
endpoint option throwing errors
Mar 15, 2021
Hi @hacktivist123 do you have a sample config you could share? (or a link to the build job if you have it and is open source)
Exactly what kind of params are you setting?
Hello, I'm a developer advocate at Cloud Foundry, I'm trying out the orb and when i try to set the API endpoint it returns the following error and the job fails:
This could be as a result of the v6 api, when i try to install v7 instead it fails with the following error:
Also you might want to port the default version of this orb to V7 because it's more up to date with the CF kubernetes project
The text was updated successfully, but these errors were encountered: