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 #12 from YunoHost-Apps/testing

12.5.0
This commit is contained in:
Kayou 2019-11-22 22:36:45 +09:00 committed by GitHub
commit ab8439ead6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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.4.0 **Shipped version:** 12.5.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.4.0 **Version incluse:** 12.5.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.4.0~ynh1", "version": "12.5.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.4.0" gitlab_runner_version="12.5.0"
gitlab_runner_x86_64_source_sha256="41207dda03db224e8900297e3ab0bc59c012d18bd6e34f9effc6cdf4f68833cc" gitlab_runner_x86_64_source_sha256="536550a155e464f4e614c364fa803862ee931d3ff035b7b4c2cf2291340d4fc7"
gitlab_runner_i386_source_sha256="d4d95586827cb8664b78cfe83fc42e734625d3ff94239536f53a74c0d8f3e615" gitlab_runner_i386_source_sha256="4e1322d77920b9ae14fd0f43276740b578ff0696941d9b33755e0456c864f434"
gitlab_runner_arm_source_sha256="b97224acf7cd38abfd265bc9a18f87b5afdec11847a05228391a9ab62c9c45d1" gitlab_runner_arm_source_sha256="06a339ad3ca720c53c8fad0514b278590430c8db0866af3d0f493587d97e9a82"
gitlab_runner_filename="gitlab-runner-${gitlab_runner_version}.deb" gitlab_runner_filename="gitlab-runner-${gitlab_runner_version}.deb"