feature: Add commit-id
The tarball of the skyline-console needs to contain the commit-id Change-Id: I14a5c238e827a213d67d65bf9a4b4cd3fc92115a
This commit is contained in:
parent
bdd5a98ece
commit
282c5700ea
1
Makefile
1
Makefile
@ -75,6 +75,7 @@ install:
|
|||||||
package: install
|
package: install
|
||||||
rm -rf $(ROOT_DIR)/skyline_console/static
|
rm -rf $(ROOT_DIR)/skyline_console/static
|
||||||
yarn run build
|
yarn run build
|
||||||
|
echo `git rev-parse --verify HEAD` > $(ROOT_DIR)/skyline_console/static/commit_id.txt
|
||||||
poetry build
|
poetry build
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user