mirror of
https://github.com/mudler/LocalAI.git
synced 2024-12-18 20:27:57 +00:00
fix(ci): fixup correct path for check_and_update.py (#2777)
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
This commit is contained in:
parent
664b2e352b
commit
d5846c8639
2
.github/checksum_checker.sh
vendored
2
.github/checksum_checker.sh
vendored
@ -14,7 +14,7 @@ function check_and_update_checksum() {
|
|||||||
idx="$5"
|
idx="$5"
|
||||||
|
|
||||||
# Download the file and calculate new checksum using Python
|
# Download the file and calculate new checksum using Python
|
||||||
new_checksum=$(python3 ./check_and_update.py $uri)
|
new_checksum=$(python3 ./.github/check_and_update.py $uri)
|
||||||
result=$?
|
result=$?
|
||||||
|
|
||||||
if [[ $result -eq 5 ]]; then
|
if [[ $result -eq 5 ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user