CircleCI-Public / maven-orb

Simplify common tasks for building and testing Java projects using Maven on CircleCI.
https://circleci.com/orbs/registry/orb/circleci/maven
MIT License
6 stars 11 forks source link

Fix working directory parameter #28

Closed gavinclarkeuk closed 2 years ago

gavinclarkeuk commented 2 years ago

The working_directory parameter for the run command doesn't do any expansion of env vars, so this command does not work as expected. Given the working_directory is relative to $CIRCLE_WORKING_DIRECTORY including the env var in the path is redundant. You can also see this in other steps in this command.