1
0
mirror of https://gitlab.com/packaging/gitea synced 2024-12-18 08:03:29 +00:00
gitea_packaging/.gitlab-ci/test-install.sh
morph027 3c57e902d7
add missing executable bits
Signed-off-by: morph027 <stefan.heitmueller@gmx.com>
2024-05-28 08:55:48 +02:00

7 lines
147 B
Bash
Executable File

#!/bin/bash
. "${CI_PROJECT_DIR}/.gitlab-ci/test.sh"
apt-get -y install "${CI_PROJECT_DIR}/gitea_${VERSION}+${PATCHLEVEL}_amd64.deb"
start_gitea