mirror of
https://gitlab.com/packaging/gitea
synced 2024-12-18 16:13:44 +00:00
7 lines
149 B
Bash
7 lines
149 B
Bash
#!/bin/bash
|
|
|
|
. "${CI_PROJECT_DIR}/.gitlab-ci/test.sh"
|
|
|
|
apt-get -qqy install "${CI_PROJECT_DIR}/gitea_${VERSION}-${PATCHLEVEL}_amd64.deb"
|
|
start_gitea
|