feature: Add commit-id

The tarball of the skyline-console needs to contain the commit-id

Change-Id: I14a5c238e827a213d67d65bf9a4b4cd3fc92115a
This commit is contained in:
chenliufeiyang 2022-05-13 09:55:09 +08:00
parent bdd5a98ece
commit 282c5700ea

View File

@ -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