1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gitlab-runner_ynh.git synced 2024-09-03 19:15:58 +02:00

fix install

This commit is contained in:
Kayou 2024-08-28 15:24:18 +02:00 committed by GitHub
parent 5a412c8599
commit b0fd0808cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,8 +14,6 @@ source /usr/share/yunohost/helpers
#=================================================
ynh_script_progression --message="Validating installation parameters..."
test ! -e "/etc/$app" || ynh_die "This path already contains a folder"
# By default, the runner will use docker to run your builds. PR are welcomes to implement more executors
executor="docker"