1
0
mirror of https://gitlab.com/packaging/gitea synced 2024-12-18 16:13:44 +00:00
gitea_packaging/.gitlab-ci/test-install.sh

7 lines
147 B
Bash
Raw Normal View History

2020-06-20 12:39:39 +00:00
#!/bin/bash
. "${CI_PROJECT_DIR}/.gitlab-ci/test.sh"
apt-get -y install "${CI_PROJECT_DIR}/gitea_${VERSION}+${PATCHLEVEL}_amd64.deb"
2020-06-20 12:39:39 +00:00
start_gitea