mirror of
https://gitlab.com/packaging/gitea
synced 2024-12-18 16:13:44 +00:00
add missing executable bits
Signed-off-by: morph027 <stefan.heitmueller@gmx.com>
This commit is contained in:
parent
46a3c4f025
commit
3c57e902d7
0
.gitlab-ci/test-install.sh
Normal file → Executable file
0
.gitlab-ci/test-install.sh
Normal file → Executable file
0
.gitlab-ci/test-update.sh
Normal file → Executable file
0
.gitlab-ci/test-update.sh
Normal file → Executable file
2
.gitlab-ci/test.sh
Normal file → Executable file
2
.gitlab-ci/test.sh
Normal file → Executable file
@ -7,7 +7,7 @@ PATCHLEVEL=$(echo "${CI_COMMIT_TAG}" | cut -d'+' -f2)
|
|||||||
export VERSION PATCHLEVEL
|
export VERSION PATCHLEVEL
|
||||||
|
|
||||||
if [ ! -f /etc/init.d/gitea ]; then
|
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
|
fi
|
||||||
|
|
||||||
start_gitea() {
|
start_gitea() {
|
||||||
|
Loading…
Reference in New Issue
Block a user