pantheon-systems / circleci-orb

Use CircleCI to push code to Pantheon Dev and Multidev Environments
10 stars 18 forks source link

#70: Allow user to override rsync options [FEAT-1348] #72

Open dustinleblanc opened 6 months ago

dustinleblanc commented 6 months ago

Resolves #70

This seemed like the simplest way to carry this out but I'd like to test it to ensure the behavior works as expected. It should also allow folks to pass other rsync flags if they desire. In my test case I intend to pass null/false, I'll report back on how using these steps verbatim performs on our repo before we should consider a merge.

dustinleblanc commented 6 months ago

Okay managed to test this on our repo with the entire contents copied over and testing modifying the value and it behaves as expected, I'd say this is ready for internal review.