Skip to content

Commit b8a8cde

Browse files
committed
Update bootstrap
1 parent 7571694 commit b8a8cde

1 file changed

Lines changed: 10 additions & 9 deletions

File tree

script/bootstrap.sh

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@ run () {
1414
echo "${sha}" > "${sha_file}"
1515
}
1616

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-
run
24-
fi
25-
17+
run
18+
# if test -f "${sha_file}"; then
19+
# old_sha=$(cat $sha_file)
20+
# if [[ "${old_sha}" != "${sha}" ]]; then
21+
# run
22+
# fi
23+
# else
24+
# run
25+
# fi
26+
#

0 commit comments

Comments
 (0)