dwavesystems / demos

WARNING: This repo is obsolete. For D-Wave Ocean code examples, go to the `dwave-examples` GitHub account.
https://github.com/dwave-examples
Apache License 2.0
39 stars 37 forks source link

Handle empty dirs in CircleCI #45

Open m3ller opened 5 years ago

m3ller commented 5 years ago

Description If a previously existing demo gets its name changed, its old_name/ dir still exists in CircleCI. When the bash in the CircleCI config file gets run, it will check the old_name/ and fail when it finds the dir empty.

Proposed Solution If the dir is empty, just ignore it and continue.