From 282c5700ea56b8f30164739b736e14fa0207de92 Mon Sep 17 00:00:00 2001 From: chenliufeiyang Date: Fri, 13 May 2022 09:55:09 +0800 Subject: [PATCH] feature: Add commit-id The tarball of the skyline-console needs to contain the commit-id Change-Id: I14a5c238e827a213d67d65bf9a4b4cd3fc92115a --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 8b3a75db..178f3c57 100644 --- a/Makefile +++ b/Makefile @@ -75,6 +75,7 @@ install: package: install rm -rf $(ROOT_DIR)/skyline_console/static yarn run build + echo `git rev-parse --verify HEAD` > $(ROOT_DIR)/skyline_console/static/commit_id.txt poetry build