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

12.9.0
This commit is contained in:
Kayou 2020-03-23 01:42:24 +01:00 committed by GitHub
commit 019b2926c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 8 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.8.0 **Shipped version:** 12.9.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.8.0 **Version incluse:** 12.9.0
## Captures d'écran ## Captures d'écran

View file

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

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.8.0~ynh1", "version": "12.9.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.8.0" gitlab_runner_version="12.9.0"
gitlab_runner_x86_64_source_sha256="d56889a539200be975ba87ceb2b5997bce13e60d5ff8bedef4ca633cc3c99a6d" gitlab_runner_x86_64_source_sha256="0a5c50cf3550061d3d7afc77aa33356b6a1eccce1832775529357e5325e918b6"
gitlab_runner_i386_source_sha256="a3c61d9ca447d6455d082e53d69c9e84f0bd1f996060739c608b08fae111cd5b" gitlab_runner_i386_source_sha256="ae9c804f09a48539523feda06a48dd9f4a8910c92b286760ca5531ac121fa17f"
gitlab_runner_arm_source_sha256="e45f79cb429ab3b928e7fc6454c427e45f60b66ab614e01eef2e552adf0ff82c" gitlab_runner_arm_source_sha256="d791001405fbee502329643e5b2c997d78ddbbe1bbbd0b1bc9d5ae48ae366581"
gitlab_runner_filename="gitlab-runner-${gitlab_runner_version}.deb" gitlab_runner_filename="gitlab-runner-${gitlab_runner_version}.deb"