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

Merge pull request #26 from ericgaspar/patch-2

Update manifest.json
This commit is contained in:
Éric Gaspar 2020-11-30 22:05:04 +01:00 committed by GitHub
commit b6c2975a80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
{ {
"name": "Gitlab Runner", "name": "GitLab Runner",
"id": "gitlab-runner", "id": "gitlab-runner",
"packaging_format": 1, "packaging_format": 1,
"description": { "description": {
@ -25,8 +25,8 @@
"name": "gitlab_url", "name": "gitlab_url",
"type": "string", "type": "string",
"ask": { "ask": {
"en": "Please enter the gitlab-ci coordinator URL", "en": "Please enter the GitLab-CI coordinator URL",
"fr": "Veuillez entrer l'URL du coordinateur gitlab-ci" "fr": "Veuillez entrer l'URL du coordinateur GitLab-CI"
}, },
"help": { "help": {
"en": "This URL can be retrieved at this location: GitLab Project->Settings->Runner or: Admin Area->Overview->Runners", "en": "This URL can be retrieved at this location: GitLab Project->Settings->Runner or: Admin Area->Overview->Runners",
@ -38,8 +38,8 @@
"name": "token", "name": "token",
"type": "string", "type": "string",
"ask": { "ask": {
"en": "Please enter the gitlab-ci token for this Runner", "en": "Please enter the GitLab-CI token for this Runner",
"fr": "Veuillez entrer le jeton gitlab-ci pour ce Runner" "fr": "Veuillez entrer le jeton GitLab-CI pour ce Runner"
}, },
"help": { "help": {
"en": "This token can be retrieved at this location: GitLab Project->Settings->Runner or: Admin Area->Overview->Runners", "en": "This token can be retrieved at this location: GitLab Project->Settings->Runner or: Admin Area->Overview->Runners",