mirror of
https://github.com/YunoHost-Apps/gitlab_ynh.git
synced 2024-09-03 18:36:35 +02:00
fix #183
This commit is contained in:
parent
600b80ebe4
commit
e930ef192a
1 changed files with 0 additions and 1 deletions
|
@ -31,7 +31,6 @@ elif [ "$architecture" = "arm64" ]; then
|
|||
then
|
||||
gitlab_source_sha256=$gitlab_arm64_buster_source_sha256
|
||||
fi
|
||||
gitlab_source_sha256=$gitlab_arm64_buster_source_sha256
|
||||
elif [ "$architecture" = "arm" ]; then
|
||||
# If the version for arm doesn't exist, then use an older one
|
||||
if [ -z "$gitlab_arm_buster_source_sha256" ]; then
|
||||
|
|
Loading…
Reference in a new issue