trying to fix docker build, so it includes git sha info.

This commit is contained in:
Jason Kulatunga
2022-05-26 23:44:13 -07:00
parent d7ddf01ea0
commit c7c55ab95c
6 changed files with 26 additions and 23 deletions
+1 -3
View File
@@ -1,7 +1,5 @@
// this file is automatically generated by git.version.ts script
export const versions = {
export const versionInfo = {
version: 'v0.0.0',
revision: 'abcdef123',
branch: 'master'
};