circleci-orb icon indicating copy to clipboard operation
circleci-orb copied to clipboard

feature: customize/replace checkout command

Open ashanbrown opened this issue 2 years ago • 2 comments

I'd like to be able to customize/replace the checkout command in order to do a shallow clone. circleci checkout takes some options for this, so we could pass through options from a parameter, or we could just allow replacing the entire checkout command.

ashanbrown avatar Feb 24 '22 19:02 ashanbrown

@ashanbrown I apologize for such a late reply on this request. If you haven't already found a solution, could you provide an example of what you want to do with checkout? I don't see how this shouldn't be possible with our orb. Maybe try out our v 3.0.0 orb also since we changed nearly everything in how it executes.

jennifer-shehane avatar Mar 01 '23 15:03 jennifer-shehane

@jennifer-shehane The cypress/install job would need a new parameter to skip the checkout step here.

emilyrohrbough avatar Apr 04 '23 21:04 emilyrohrbough