mirror of
https://github.com/YunoHost/yunohost-ci.git
synced 2024-09-03 20:05:53 +02:00
install gitlab-runner to use cache
This commit is contained in:
parent
62be849b44
commit
c43194e7ba
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ rebuild_base_container()
|
|||
lxc exec "yunohost-$DEBIAN_VERSION-tmp" -- /bin/bash -c "apt-get install git-lfs -y"
|
||||
# Install gitlab-runner binary since we need for cache/artifacts.
|
||||
lxc exec "yunohost-$DEBIAN_VERSION-tmp" -- /bin/bash -c "curl -s https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.deb.sh | bash"
|
||||
lxc exec "yunohost-$DEBIAN_VERSION-tmp" -- /bin/bash -c "apt-get install gitlab-runner -y"
|
||||
lxc stop "yunohost-$DEBIAN_VERSION-tmp"
|
||||
|
||||
# Create image before install
|
||||
|
|
Loading…
Add table
Reference in a new issue