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

Update manifest.json

This commit is contained in:
Kayou 2019-04-10 10:44:12 +02:00 committed by GitHub
parent 4268b587fe
commit 0523617ef7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,21 +25,25 @@
"name": "gitlab_url",
"type": "string",
"ask": {
"en": "Please enter the gitlab-ci coordinator URL (e.g. https://gitlab.com)",
"fr": "Veuillez entrer l'URL du coordinateur gitlab-ci (par ex. https://gitlab.com)"
"en": "Please enter the gitlab-ci coordinator URL",
"fr": "Veuillez entrer l'URL du coordinateur gitlab-ci"
},
"help": {
"en": "This url can be retrived at this location: Gitlab Project->Settings->Runner or: Admin Area->Overview->Runners",
"fr": "Cet url peut être récupéré à cet emplacement : Projet Gitlab->Settings->Runner or: Admin Area->Overview->Runners"
},
"example": "https://gitlab.com/"
},
{
"name": "token",
"type": "password",
"type": "string",
"ask": {
"en": "Please enter the gitlab-ci token for this runner",
"fr": "Veuillez entrer le jeton gitlab-ci pour ce runner"
},
"help": {
"en": "This token can be retrived at this location: Gitlab Project->Settings->Runner",
"fr": "Ce token peut être récupéré à cet emplacement : Projet Gitlab->Settings->Runner"
"en": "This token can be retrived at this location: Gitlab Project->Settings->Runner or: Admin Area->Overview->Runners",
"fr": "Ce token peut être récupéré à cet emplacement : Projet Gitlab->Settings->Runner or: Admin Area->Overview->Runners"
},
"example": "xxx"
},