networknt / light-bot

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

add git fetch if the repository is in the workspace #92

Closed stevehu closed 5 years ago

stevehu commented 5 years ago

This is to prevent removing the workspace for every release. If we don't run fetch, the previous tag won't be available in the local workspace repository and the changelogcmd will fail to get the difference.