spinnaker / roer

A thin Spinnaker CLI
Apache License 2.0
45 stars 45 forks source link

Unsupported Schema #50

Open NasrSyncBac opened 5 years ago

NasrSyncBac commented 5 years ago

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

sdpoueme commented 5 years ago

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.