CircleCI-Public / orb-tools-orb

Various tools for authoring and publishing CircleCI orbs
https://circleci.com/orbs/registry/orb/circleci/orb-tools
MIT License
51 stars 74 forks source link

RC008: Fails when using `cimg/base:current` #176

Closed Gaardsholt closed 1 year ago

Gaardsholt commented 1 year ago

Orb version: 11.5.0

What happened:

I get this error RC008: All Run steps should contain a name. And below is a small snippet of the errors(basically all of our files)

(in test file review.bats, line 141)
  `exit 1' failed
File: "./src/jobs/build_n_push_docker.yml"
Line number: 0
---
null
---
File: "./src/jobs/build_n_push_docker.yml"
Line number: 0
---
null
---
File: "./src/jobs/build_n_push_docker.yml"
Line number: 0
---
null
---

Expected behavior:

It should work.

Additional Information:

If I downgrade to and earlier version of the executor, it will work again

This doesn't works

- orb-tools/review

This does works

- orb-tools/review:
    tag: "2022.11"
inkbeard commented 1 year ago

I'm getting this same issue the work around works. Thanks @Gaardsholt

KyleTryon commented 1 year ago

Hey folks, thank you for reporting this and sorry for the issue! We just quickly pushed a patch and you should no longer have this issue. If you do still see the issue, please ensure you are using the latest version of the orb. v11.5.1