CircleCI-Public / cimg-openjdk

The CircleCI OpenJDK (Java) Docker Convenience Image.
https://circleci.com/developer/images/image/cimg/openjdk
MIT License
18 stars 25 forks source link

Fix project directory being non-empty #170

Closed BytesGuy closed 12 months ago

BytesGuy commented 12 months ago

Since adding mill, the project directory /home/circleci/project I no longer empty. This causes checkout failures in CircleCI jobs.

This PR moves mill to /usr/local/bin to ensure it is still on the path, but not causing a non-empty project directory.