Skip to content

Commit

Permalink
Merge pull request #440 from leaf-ai/ASD-add-default-git-info01
Browse files Browse the repository at this point in the history
Added git_info.go module to always have go-runner buildable.
  • Loading branch information
andreidenissov-cog authored Sep 9, 2024
2 parents 973b33d + 4e30f0b commit 4edc74d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cmd/runner/git_info.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package main

// GitCommit is the current git commit ID
var gitCommit string = "unknown"

// GitBranch is the current git branch name
var gitBranch string = "unknown"

0 comments on commit 4edc74d

Please sign in to comment.