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 2022-06-09 12:51:59 +02:00
parent 5a277ccd1d
commit d9516058d9
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D
5 changed files with 9 additions and 9 deletions

View file

@ -11,7 +11,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to
## Overview
GitLab Runner is a continuous integration tool to use with a GitLab instance (YNH or not).
**Shipped version:** 14.1.0
**Shipped version:** 15.0.0
## Screenshots
@ -45,7 +45,7 @@ Running a Gitlab Runner mandates to choose [an executor](https://docs.gitlab.com
* Report a bug: https://github.com/YunoHost-Apps/gitlab-runner_ynh/issues
* App website: https://about.gitlab.com/product/continuous-integration/
* YunoHost website: https://14.1.0
* YunoHost website: https://yunohost.org/
---
Developers info

View file

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

View file

@ -1,7 +1,7 @@
;; Test complet
; Manifest
gitlab_url="https://gitlab.com/" (GITLAB_URL)
token="B4TvnFAH2DsAaxpp9Unc" (TOKEN)
token="GR1348941_Rew7obt4p9jZyQUtHLx" (TOKEN)
docker_image="alpine:latest" (DOCKER_IMAGE)
; Checks
pkg_linter=1

View file

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

View file

@ -1,9 +1,9 @@
gitlab_runner_version="14.1.0"
gitlab_runner_version="15.0.0"
gitlab_runner_x86_64_source_sha256="2b400e2a0f8b87253e0997f8ee2bcbaf13d6d3b79f2a1820a4962b72dd207b46"
gitlab_runner_x86_64_source_sha256="0cdf0505fe72d46472f685736ace64fc5b5c7181fcb374d77b04e629bb6eeba5"
gitlab_runner_i386_source_sha256="439fac386cabb01e0c1e8bf2da266cde4140651b39064f038618fc25ded6811c"
gitlab_runner_i386_source_sha256="35bd675a1285f4ce4cd3c1494b59e0fba596ee395d9cf30c527922d969448263"
gitlab_runner_arm_source_sha256="c7f6bf84b151605be4225afe0b29f25d7e54906dd42489998d4b0976c6b85ef8"
gitlab_runner_arm_source_sha256="042ace4be975ecd916747d32e971c8356de90ef50eb2c75d372c5cd5371e2f74"
gitlab_runner_filename="gitlab-runner-${gitlab_runner_version}.deb"