Closed igorrocha closed 7 years ago
Hey @IgorRocha thanks for opening. 👍
Your YAML is invalid. The - ********
part needs to be wrapped in ''
--> - '********'
.
You can use https://www.json2yaml.com/ to check your YAML for syntax errors.
Hey @pmuens , thanks for looking into it. I failed to mention, but all the *** you see in my YAML are just placeholders for sensitive business information that I hid before pasting the file here.
I now checked the original file (without the ***) using https://www.json2yaml.com/ and it passed, so the YAML file's syntax is correct.
Can the issue be reopened, or should I create a new one?
Ah OK. That makes sense (Most of the time I do the same, but with xxxxxxx
😄 .
I'll reopen this one since it's not resolved yet!
Any update on this one @IgorRocha ?
Unfortunately not, @pmuens . We temporarily gave up on building that stack through Semaphore CI and decided to deploy it manually (sls deploy).
Did anyone on the serverless team have a chance to take a look at this issue?
@IgorRocha yes, we tried to reproduce it with the provided serverless.yml
file.
However if we replace all the ***** with a string we are able to parse the YAML without an exception.
Maybe something is going on on Semaphores end.
I'll close this issue for now since you've moved on to manual deployment and we're unable to reproduce it.
Let us know if you face any other issues...
Bug Report
Description
What stacktrace or error message from your provider did you see? Semaphore CI stacktrace:
Serverless: Wrote .env file to /tmp/deploy_serverless_11_31868/.env Serverless: Packaging service… .. Serverless: Stack update finished… Serverless: Removing old service versions…