File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11version : 2.1
22
33orbs :
4- codacy : codacy/base@12.1.3
4+ codacy : codacy/base@12.2.0
55
66references :
77 circleci_job : &circleci_job
88 docker :
9- - image : circleci/circleci-cli:0.1.29936
9+ - image : circleci/circleci-cli:0.1.33494
1010 working_directory : ~/workdir
1111
1212 lint_job : &lint_job
Original file line number Diff line number Diff line change @@ -25,11 +25,16 @@ parameters:
2525 type : string
2626 default : " "
2727 description : Version prefix ("v" to tag versions like `v1.0.0`).
28+ method :
29+ type : string
30+ default : " full"
31+ description : Checkout method. Valid options include `blobless` and `full`.
2832
2933executor : versioning
3034
3135steps :
32- - checkout
36+ - checkout :
37+ method : <<parameters.method>>
3338
3439 - run :
3540 name : Set version
You can’t perform that action at this time.
0 commit comments