1
0
mirror of https://gitlab.com/packaging/gitea synced 2024-12-18 08:03:29 +00:00

add missing executable bits

Signed-off-by: morph027 <stefan.heitmueller@gmx.com>
This commit is contained in:
morph027 2024-05-28 08:55:48 +02:00
parent 46a3c4f025
commit 3c57e902d7
No known key found for this signature in database
GPG Key ID: BF17A54BB873BE58
3 changed files with 1 additions and 1 deletions

0
.gitlab-ci/test-install.sh Normal file → Executable file
View File

0
.gitlab-ci/test-update.sh Normal file → Executable file
View File

2
.gitlab-ci/test.sh Normal file → Executable file
View File

@ -7,7 +7,7 @@ PATCHLEVEL=$(echo "${CI_COMMIT_TAG}" | cut -d'+' -f2)
export VERSION PATCHLEVEL

if [ ! -f /etc/init.d/gitea ]; then
install -m 755 "${CI_PROJECT_DIR}"/.gitlab-ci/init /etc/init.d/gitea
cp -v "${CI_PROJECT_DIR}"/.gitlab-ci/init /etc/init.d/gitea
fi

start_gitea() {