circleci 2021-04-20

@glenjamin @marc-omorain Is it possible that CIRCLE_WORKING_DIRECTORY can be changed to have an expanded home dir? It's pretty much unusable with the hardcoded tilde.

cd $CIRCLE_WORKING_DIRECTORY
-bash: cd: ~/repo: No such file or directory

We tried to make this change recently and it broke a bunch of other people, as the timing of when to expand it made a difference depending on the current user

There should be a support article about it, but the workaround is to use eval “cd $dir”