Hello,
I'm using Go 14.4 on Ubuntu Trusty and I have these two problems:
- the default behavior of using git clean isn't working - "[GIT] Cleaning all unversioned files in working copyError performing command: --- Command ---
git clean -dff"
All of the files shown on stderr have a dollar sign in their names and are created from within a docker container running in the working directory. Manually execiting git clean -dff does the trick, however.
- I'm unable to clean the working directory even if I've explicitly set the flag to do that - "Clean working directory is set to true. Unable to clean working directory for agent" - the file that this is failing for has no special characters in it.
/var/lib/go-agent/pipelines is symlinked. Both the origin and destination filesystems are formatted as ext4.
Does anyone have any ideas as to what's happening?