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

Update to 11.11.0

This commit is contained in:
kay0u 2019-05-24 11:34:28 +02:00
parent 9c7c821d65
commit fc1deed11d
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:** 11.10.1 **Shipped version:** 11.11.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:** 11.10.1 **Version incluse:** 11.11.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": "11.10.1~ynh1", "version": "11.11.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="11.10.1" gitlab_runner_version="11.11.0"
gitlab_runner_x86_64_source_sha256="66d10df05833c5c61003dfb48fe6efb148ff70732a7864f4013f24fe779c3406" gitlab_runner_x86_64_source_sha256="4ec8ccc16dfb17137774856a784d5b6a9a1a1195a685eec875ac5da9332b6e07"
gitlab_runner_i386_source_sha256="f3471a7ab26f0654d31a76af49351c8c04d536b9af90ba63135941e8a7ac754f" gitlab_runner_i386_source_sha256="f3acf8b1f7f4e6e31f73c5fee96cf34be1337e493bda131e7c086bf5b5bb6507"
gitlab_runner_arm_source_sha256="e6e335d19e736a8728872de6cc341dbe9585608c999e50b33c93b0ad73d795b7" gitlab_runner_arm_source_sha256="d2fbfd50f3fda9a02c46b72af2cc86b8eb49e0aef8eedbe534f005bf48e31166"
gitlab_runner_filename="gitlab-runner-${gitlab_runner_version}.deb" gitlab_runner_filename="gitlab-runner-${gitlab_runner_version}.deb"