mirror of
https://github.com/YunoHost-Apps/gitea_ynh.git
synced 2024-09-03 20:36:22 +02:00
fix formating
This commit is contained in:
parent
5e0a5f41bf
commit
a334ba541d
1 changed files with 13 additions and 15 deletions
14
.github/workflows/updater.sh
vendored
14
.github/workflows/updater.sh
vendored
|
@ -140,17 +140,15 @@ esac
|
|||
|
||||
# If $src is not empty, let's process the asset
|
||||
if [ -n "$src" ]; then
|
||||
# Get checksum
|
||||
filename=${asset_url##*/}
|
||||
checksum=$(< "$tempdir/$filename.sha256" awk '{print $1;}')
|
||||
|
||||
# Get checksum
|
||||
filename=${asset_url##*/}
|
||||
checksum=$(< "$tempdir/$filename.sha256" awk '{print $1;}')
|
||||
|
||||
path="conf/source/$src.src"
|
||||
|
||||
update_source_file
|
||||
path="conf/source/$src.src"
|
||||
|
||||
update_source_file
|
||||
else
|
||||
echo "... asset ignored"
|
||||
echo "... asset ignored"
|
||||
fi
|
||||
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue