5 changed files with 13 additions and 24 deletions
@ -1,12 +0,0 @@ |
|||
cat > util/info.go <<EOL |
|||
package util |
|||
|
|||
// VersionInfo contains the generated information which is |
|||
// done at build time and used for the frontend page About |
|||
var VersionInfo = map[string]string{ |
|||
"nodeJS": "`node --version`", |
|||
"commit": "`git rev-parse HEAD`", |
|||
"compilationTime": "`date --iso-8601=seconds`", |
|||
"yarn": "`yarn --version`", |
|||
} |
|||
EOL |
|||
Loading…
Reference in new issue