circleci

borkdude 2021-04-20T21:23:42.006Z

@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

glenjamin 2021-04-21T06:46:47.007100Z

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

glenjamin 2021-04-21T06:47:26.008200Z

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