1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gitlab_ynh.git synced 2024-09-03 18:36:35 +02:00
This commit is contained in:
Kay0u 2022-03-28 10:45:02 +02:00
parent 600b80ebe4
commit e930ef192a
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D

View file

@ -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