guitarrapc / git-shallow-clone-orb

circleci orb to execute git shallow clone for faster checkout.
https://circleci.com/orbs/registry/orb/guitarrapc/git-shallow-clone
MIT License
21 stars 11 forks source link

Cannot find a definition for job named git/checkout_shallow #8

Closed dlime closed 4 years ago

dlime commented 4 years ago

I tried the example but unfortunately keep getting an error:

version: 2.1

orbs:
  git: guitarrapc/git-shallow-clone@0.2.0

workflows:
  build:
    jobs:
      - git/checkout_shallow
Error calling workflow: build
Cannot find a definition for job named git/checkout_shallow
dlime commented 4 years ago

Managed to make it work with the new version and placing the command as a job/step:)

guitarrapc commented 4 years ago

sorry about old docs:) you are collect, please use latest.