mirror of
https://github.com/YunoHost-Apps/gitlab-runner_ynh.git
synced 2024-09-03 19:15:58 +02:00
commit
2cbf144c2b
3 changed files with 14 additions and 14 deletions
|
@ -1,5 +1,5 @@
|
||||||
<!--
|
<!--
|
||||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
|
||||||
It shall NOT be edited by hand.
|
It shall NOT be edited by hand.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
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:** 16.8.0~ynh1
|
**Shipped version:** 16.9.0~ynh1
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<!--
|
<!--
|
||||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
|
||||||
It shall NOT be edited by hand.
|
It shall NOT be edited by hand.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
||||||
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 :** 16.8.0~ynh1
|
**Version incluse :** 16.9.0~ynh1
|
||||||
|
|
||||||
## Captures d’écran
|
## Captures d’écran
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ name = "GitLab Runner"
|
||||||
description.en = "Continuous integration tool to use with a GitLab instance (YNH or not)"
|
description.en = "Continuous integration tool to use with a GitLab instance (YNH or not)"
|
||||||
description.fr = "Outil d'intégration continue à utiliser avec une instance GitLab (YNH ou non)"
|
description.fr = "Outil d'intégration continue à utiliser avec une instance GitLab (YNH ou non)"
|
||||||
|
|
||||||
version = "16.8.0~ynh1"
|
version = "16.9.0~ynh1"
|
||||||
|
|
||||||
maintainers = ["kay0u"]
|
maintainers = ["kay0u"]
|
||||||
|
|
||||||
|
@ -57,14 +57,14 @@ ram.runtime = "50M"
|
||||||
[resources]
|
[resources]
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
rename = "gitlab-runner.deb"
|
rename = "gitlab-runner.deb"
|
||||||
amd64.url = "https://gitlab.com/gitlab-org/gitlab-runner/-/releases/v16.8.0/downloads/packages/deb/gitlab-runner_amd64.deb"
|
amd64.url = "https://gitlab.com/gitlab-org/gitlab-runner/-/releases/v16.9.0/downloads/packages/deb/gitlab-runner_amd64.deb"
|
||||||
amd64.sha256 = "e53831ba33399db2419a36bf29baf8183f18f83204ec30446914888a099b832a"
|
amd64.sha256 = "58e6d83b5de3325014b3526b3f9ea2ddc9e716fefe5678ae37519d9b534a1e92"
|
||||||
i386.url = "https://gitlab.com/gitlab-org/gitlab-runner/-/releases/v16.8.0/downloads/packages/deb/gitlab-runner_i386.deb"
|
i386.url = "https://gitlab.com/gitlab-org/gitlab-runner/-/releases/v16.9.0/downloads/packages/deb/gitlab-runner_i386.deb"
|
||||||
i386.sha256 = "bf591042992b083294b05401f2fe7d00ac8d15def15ce3da6451e5158d8c51e6"
|
i386.sha256 = "76cb0d6ae41cab42107a62b7289469143eb3f441d15f847f864094e755970f95"
|
||||||
arm64.url = "https://gitlab.com/gitlab-org/gitlab-runner/-/releases/v16.8.0/downloads/packages/deb/gitlab-runner_arm64.deb"
|
arm64.url = "https://gitlab.com/gitlab-org/gitlab-runner/-/releases/v16.9.0/downloads/packages/deb/gitlab-runner_arm64.deb"
|
||||||
arm64.sha256 = "426eb758ed7a4b32e877ab266e0496da5fac2be9bf433fe47acbd946197f3615"
|
arm64.sha256 = "03891b0a004cdda3cf6aa5193e03b3992f90dc8d6aa96f88058643661887defc"
|
||||||
armhf.url = "https://gitlab.com/gitlab-org/gitlab-runner/-/releases/v16.8.0/downloads/packages/deb/gitlab-runner_armhf.deb"
|
armhf.url = "https://gitlab.com/gitlab-org/gitlab-runner/-/releases/v16.9.0/downloads/packages/deb/gitlab-runner_armhf.deb"
|
||||||
armhf.sha256 = "7201b77b23ace82f67d20859b4e63bfaa0b8a2045e44a3e530d866e39d7370a5"
|
armhf.sha256 = "3239e08c7a9a4a0efea472892654b3cd5d6e6e34a75279e06c83e436f6440aaa"
|
||||||
|
|
||||||
autoupdate.upstream = "https://gitlab.com/gitlab-org/gitlab-runner"
|
autoupdate.upstream = "https://gitlab.com/gitlab-org/gitlab-runner"
|
||||||
autoupdate.strategy = "latest_gitlab_release"
|
autoupdate.strategy = "latest_gitlab_release"
|
||||||
|
|
Loading…
Add table
Reference in a new issue