spinnaker / roer

A thin Spinnaker CLI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unsupported Schema

NasrSyncBac opened this issue · comments

I have everything running correctly, when I tried to run this command below got the error:

go run cmd/roer/main.go pipeline-template publish examples/wait-template.yml

INFO[0000] Publishing template
FATA[0000] publishing template: unable to check status of template: posting to /pipelineTemplates/wait: Get /pipelineTemplates/wait: unsupported protocol scheme ""
exit status 1

Hi @NasrSyncBac I had a similar issue yesterday and it turns out that recreating the yaml file from scratch and making sure that the yaml entries are in the correct order fixed the issue. There is a probably an implicit syntax issue.