We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7571694 commit b8a8cdeCopy full SHA for b8a8cde
1 file changed
script/bootstrap.sh
@@ -14,12 +14,13 @@ run () {
14
echo "${sha}" > "${sha_file}"
15
}
16
17
-if test -f "${sha_file}"; then
18
- old_sha=$(cat $sha_file)
19
- if [[ "${old_sha}" != "${sha}" ]]; then
20
- run
21
- fi
22
-else
23
24
-fi
25
-
+run
+# if test -f "${sha_file}"; then
+# old_sha=$(cat $sha_file)
+# if [[ "${old_sha}" != "${sha}" ]]; then
+# run
+# fi
+# else
26
+#
0 commit comments