pantheon-systems / circleci-orb

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

--clone-content is not optional #34

Closed ataylorme closed 4 years ago

ataylorme commented 4 years ago

See https://github.com/pantheon-systems/circleci-orb/blob/master/src/%40orb.yml#L107

Users can not opt-out of --clone-content, which means the dev DB and files are copied to the multidev on each code push. This is an issue if there are existing changes to the DB on the multidev, as they are overwritten.

stevector commented 4 years ago

Done in https://github.com/pantheon-systems/circleci-orb/pull/44!