This repository has been archived by the owner on Mar 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 100
Improve VCS info captured by acorn when building images #1622
Labels
Milestone
Comments
Tested with - acorn version v0.7.0-alpha1-118-g6adb3fe9+6adb3fe9
There is 1 issue with "modified" always being reported as "true". Scenarios:
previous:
target:
In this case we expect "modified": false for "target"
In this case
In this case we expect "modified": false for "target". Note - Even when I push the changes and deploy Apps , I see the |
@njhale moving out to v0.8 |
This might tie into our improve github oidc integration story |
extracting modified bug into it's own issue: #2336 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When building images, acorn captures some very basic VCS info about the repository in the current working directory. Today, this denotes only:
HEAD
We want to enrich the set of info captured to include:
See also: vcs.go
The text was updated successfully, but these errors were encountered: