mirror of
https://gitlab.com/packaging/gitea
synced 2025-05-14 06:43:17 +00:00
7 lines
147 B
Bash
Executable File
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
|