circleci-orb

CircleCI: Cannot find a definition for executor named ubuntu?

三世轮回 提交于 2021-01-29 10:20:12
问题 I am trying to extend the orb that is already in use. We have used Docker before but now want to use a machine executor and maybe a windows executor in the future. I go through the documentation, but it is not clear if it is possible to have executors of different types and call them on the same jobs. Is it possible to have executors of different types in the same orb in CircleCI? I tried creating the executor ubuntu.yml : description: > The executor to run testcontainers without extra setup