We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a45d5ef commit 33284a5Copy full SHA for 33284a5
frontend/build.gradle
@@ -29,7 +29,6 @@ tasks.register('buildFrontend', PnpmTask) {
29
args = ['build']
30
environment = System.getenv() + [
31
"VITE_TAG": project.version,
32
- // TODO add git commit
33
- "VITE_COMMIT": ""
+ "VITE_COMMIT": "git rev-parse --short HEAD".execute().text.trim()
34
]
35
}
0 commit comments