Skip to content

Commit

Permalink
add todo note
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-h-wang committed Sep 24, 2024
1 parent ba44fa6 commit 32c2a8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prime-router/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,7 @@ tasks.azureFunctionsPackage {
finalizedBy("copyAzureScripts")
}

// TODO: remove after implementation of health check endpoint
tasks.register("generateVersionFile") {
doLast {
file("$buildDir/$azureFunctionsDir/$azureAppName/version.json").writeText("{\"commitId\": \"$commitId\"}")
Expand Down

0 comments on commit 32c2a8b

Please sign in to comment.