1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gitlab-runner_ynh.git synced 2024-09-03 19:15:58 +02:00
This commit is contained in:
kay0u 2019-08-23 21:54:13 +02:00
parent e4e2328d76
commit 25fca4e6d8
No known key found for this signature in database
GPG key ID: F6FFF40F2B3C57A0
4 changed files with 7 additions and 7 deletions

View file

@ -11,7 +11,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to
## Overview ## Overview
GitLab Runner is a continuous integration tool to use with a GitLab instance (YNH or not). GitLab Runner is a continuous integration tool to use with a GitLab instance (YNH or not).
**Shipped version:** 12.1.0 **Shipped version:** 12.2.0
## Screenshots ## Screenshots

View file

@ -11,7 +11,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
## Vue d'ensemble ## Vue d'ensemble
GitLab Runner est un outil d'intégration continue à utiliser avec une instance GitLab (YNH ou non). GitLab Runner est un outil d'intégration continue à utiliser avec une instance GitLab (YNH ou non).
**Version incluse:** 12.1.0 **Version incluse:** 12.2.0
## Captures d'écran ## Captures d'écran

View file

@ -6,7 +6,7 @@
"en": "GitLab Runner is a continuous integration tool to use with a GitLab instance (YNH or not).", "en": "GitLab Runner is a continuous integration tool to use with a GitLab instance (YNH or not).",
"fr": "GitLab Runner est un outil d'intégration continue à utiliser avec une instance GitLab (YNH ou non)." "fr": "GitLab Runner est un outil d'intégration continue à utiliser avec une instance GitLab (YNH ou non)."
}, },
"version": "12.1.0~ynh1", "version": "12.2.0~ynh1",
"url": "https://gitlab.com/gitlab-org/gitlab-runner", "url": "https://gitlab.com/gitlab-org/gitlab-runner",
"license": "MIT", "license": "MIT",
"maintainer": { "maintainer": {

View file

@ -1,9 +1,9 @@
gitlab_runner_version="12.1.0" gitlab_runner_version="12.2.0"
gitlab_runner_x86_64_source_sha256="6c662d9f434ea6f2359e29118d5321e9155ac6ae48b766895c73d05c287fe535" gitlab_runner_x86_64_source_sha256="584770bf9bff20abb3766c9f10c69e20d3e81674fcfac39dd408c959ca894bb2"
gitlab_runner_i386_source_sha256="52339fa6d333c87bd24639146c47c858006c38cdcf5e3a0ff61d979fe778dd94" gitlab_runner_i386_source_sha256="6306b343ea7974cb6eda383e0746ba510ef3dabdf499d803b2cb56a4bb9ce9c4"
gitlab_runner_arm_source_sha256="a4619919a2e58ab26583783a4f6720aaa41ef04c77ad9b62767ccb6fb06614ff" gitlab_runner_arm_source_sha256="3f773b396ccba77a3eef1520f6c65a76b86edd9e0a2ea58acc6fb2480b37c211"
gitlab_runner_filename="gitlab-runner-${gitlab_runner_version}.deb" gitlab_runner_filename="gitlab-runner-${gitlab_runner_version}.deb"