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.
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 theold_name/
and fail when it finds the dir empty.Proposed Solution If the dir is empty, just ignore it and continue.