mirror of
https://github.com/openfaas/faas.git
synced 2025-06-18 03:56:37 +00:00
Remove git commit message from binary
This appears to have broken CI at least three times now and prevented us from shipping a release binary for a tag. Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
This commit is contained in:
@ -26,11 +26,9 @@ const NameExpression = "-a-zA-Z_0-9."
|
||||
|
||||
func main() {
|
||||
if len(version.GitCommitMessage) == 0 {
|
||||
version.GitCommitMessage = "Place-holder for commit message"
|
||||
version.GitCommitMessage = "See GitHub for latest changes"
|
||||
}
|
||||
|
||||
// log.Printf("Commit: %s", version.GitCommitMessage)
|
||||
|
||||
osEnv := types.OsEnv{}
|
||||
readConfig := types.ReadConfig{}
|
||||
config, configErr := readConfig.Read(osEnv)
|
||||
|
Reference in New Issue
Block a user