circleci

rm -rf /home/circleci/.gitconfig
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