Log extra environment information (#95)
* Make metrics tests use a host port * fix port forwarding in devconfig tests * Log extra environment information at startup
This commit is contained in:
committed by
Stephen Marshall
parent
6996f2b9b3
commit
9f3032f014
7
vendor/github.com/genuinetools/amicontained/version/version.go
generated
vendored
Normal file
7
vendor/github.com/genuinetools/amicontained/version/version.go
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
package version
|
||||
|
||||
// VERSION indicates which version of the binary is running.
|
||||
var VERSION string
|
||||
|
||||
// GITCOMMIT indicates which git hash the binary was built off of
|
||||
var GITCOMMIT string
|
||||
Reference in New Issue
Block a user