mirror of
https://github.com/YunoHost-Apps/gitlab-runner_ynh.git
synced 2024-09-03 19:15:58 +02:00
12.10.1
This commit is contained in:
parent
8afc6f1f02
commit
36eb59cef9
4 changed files with 7 additions and 7 deletions
|
@ -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.9.0
|
**Shipped version:** 12.10.1
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
|
|
|
@ -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.9.0
|
**Version incluse:** 12.10.1
|
||||||
|
|
||||||
## Captures d'écran
|
## Captures d'écran
|
||||||
|
|
||||||
|
|
|
@ -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.9.0~ynh1",
|
"version": "12.10.1~ynh1",
|
||||||
"url": "https://gitlab.com/gitlab-org/gitlab-runner",
|
"url": "https://gitlab.com/gitlab-org/gitlab-runner",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
gitlab_runner_version="12.9.0"
|
gitlab_runner_version="12.10.1"
|
||||||
|
|
||||||
gitlab_runner_x86_64_source_sha256="0a5c50cf3550061d3d7afc77aa33356b6a1eccce1832775529357e5325e918b6"
|
gitlab_runner_x86_64_source_sha256="8772a1e05e967af162b83b12bae05c0adf86d05580dc60015bc641a92397b4bc"
|
||||||
|
|
||||||
gitlab_runner_i386_source_sha256="ae9c804f09a48539523feda06a48dd9f4a8910c92b286760ca5531ac121fa17f"
|
gitlab_runner_i386_source_sha256="25a6d0631574f3cfcd582cf9ba801c65f9d9ce864371a37d4049b0c25628b233"
|
||||||
|
|
||||||
gitlab_runner_arm_source_sha256="d791001405fbee502329643e5b2c997d78ddbbe1bbbd0b1bc9d5ae48ae366581"
|
gitlab_runner_arm_source_sha256="e847db69d4703e9c52b28f42cd74716f760d45ff6c1601dde719187f2ab36984"
|
||||||
|
|
||||||
gitlab_runner_filename="gitlab-runner-${gitlab_runner_version}.deb"
|
gitlab_runner_filename="gitlab-runner-${gitlab_runner_version}.deb"
|
||||||
|
|
Loading…
Add table
Reference in a new issue