Open einSelbst opened 5 years ago
I can run the fossa-cli/setup
job when I use another executor, I tried it with cypress/base-10
. Unfortunately I can not do that for the workflow because executor
is not added as a parameter but hardcoded to use the default one.
I was also wondering why analyze
is called via setup and in the workflow although setup
itself is part of the workflow.
I just ran into this same thing. Based on the age of the Orb my guess is it's just broken, maybe even abandoned? The Fossa docs for CircleCI integration don't mention the Orb: https://docs.fossa.com/docs/circleci
Orb version
My
circleci/config.yml
looks like this:What happened
It fails on circleci with the following error:
Expected behavior
When I use the circleci integration without the orb it works. BTW the docs don't mention that an orb even exists. I just found this via your blog post.