GenerateBuildeMetadata task doesn't run when 'git status' changes

Issue #150 new
Mikhail Lopatkin repo owner created an issue

The task fails to declare git’s output as its input. This has upsides of not running git describe during configuration time and reusing already built stuff through commits/rebases, but affects overall correctness.

It doesn’t matter for CI build anyway because it uses commit hash from environment variable so it doesn’t run git at all.

Comments (0)

  1. Log in to comment