networknt / light-bot

A microservice based DevOps agent that handles multiple repositories and dependencies
Apache License 2.0
7 stars 3 forks source link

support workspace with absolute path #71

Closed stevehu closed 5 years ago

stevehu commented 5 years ago

The current workspace is relative based on the user's home directory. In some cases, we need to specify the workspace with a relative path. The rule is that if workspace defined in the config file with a leading "/", then it is an absolute path.