We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3758f4a commit 0d206ceCopy full SHA for 0d206ce
build_image.sh
@@ -13,10 +13,10 @@
13
}
14
15
## Retrieval short version of Git revision hash for partition metadata
16
-[ -z "$(git status --untracked-files=no -s)" ] || {
17
- echo "Error: There is local changes not committed to git repo. Cannot get a revision hash for partition metadata."
18
- exit 1
19
-}
+#[ -z "$(git status --untracked-files=no -s)" ] || {
+# echo "Error: There is local changes not committed to git repo. Cannot get a revision hash for partition metadata."
+# exit 1
+#}
20
GIT_REVISION=$(git rev-parse --short HEAD)
21
22
mkdir -p `dirname $OUTPUT_ONIE_IMAGE`
0 commit comments