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:
parent
4268b587fe
commit
0523617ef7
1 changed files with 9 additions and 5 deletions
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue