mirror of
https://github.com/YunoHost-Apps/gitlab-runner_ynh.git
synced 2024-09-03 19:15:58 +02:00
Merge pull request #115 from YunoHost-Apps/ci-auto-update-17.2.0
Upgrade to v17.2.0
This commit is contained in:
commit
592633b424
7 changed files with 15 additions and 15 deletions
|
@ -19,7 +19,7 @@ It shall NOT be edited by hand.
|
|||
GitLab Runner is a continuous integration tool to use with a GitLab instance (YNH or not).
|
||||
|
||||
|
||||
**Shipped version:** 17.1.0~ynh1
|
||||
**Shipped version:** 17.2.0~ynh1
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ No se debe editar a mano.
|
|||
GitLab Runner is a continuous integration tool to use with a GitLab instance (YNH or not).
|
||||
|
||||
|
||||
**Versión actual:** 17.1.0~ynh1
|
||||
**Versión actual:** 17.2.0~ynh1
|
||||
|
||||
## Capturas
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ EZ editatu eskuz.
|
|||
GitLab Runner is a continuous integration tool to use with a GitLab instance (YNH or not).
|
||||
|
||||
|
||||
**Paketatutako bertsioa:** 17.1.0~ynh1
|
||||
**Paketatutako bertsioa:** 17.2.0~ynh1
|
||||
|
||||
## Pantaila-argazkiak
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main.
|
|||
GitLab Runner est un outil d'intégration continue à utiliser avec une instance GitLab (YNH ou non).
|
||||
|
||||
|
||||
**Version incluse :** 17.1.0~ynh1
|
||||
**Version incluse :** 17.2.0~ynh1
|
||||
|
||||
## Captures d’écran
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ NON debe editarse manualmente.
|
|||
GitLab Runner is a continuous integration tool to use with a GitLab instance (YNH or not).
|
||||
|
||||
|
||||
**Versión proporcionada:** 17.1.0~ynh1
|
||||
**Versión proporcionada:** 17.2.0~ynh1
|
||||
|
||||
## Capturas de pantalla
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
GitLab Runner is a continuous integration tool to use with a GitLab instance (YNH or not).
|
||||
|
||||
|
||||
**分发版本:** 17.1.0~ynh1
|
||||
**分发版本:** 17.2.0~ynh1
|
||||
|
||||
## 截图
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ name = "GitLab Runner"
|
|||
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)"
|
||||
|
||||
version = "17.1.0~ynh1"
|
||||
version = "17.2.0~ynh1"
|
||||
|
||||
maintainers = ["kay0u"]
|
||||
|
||||
|
@ -57,14 +57,14 @@ ram.runtime = "50M"
|
|||
[resources]
|
||||
[resources.sources.main]
|
||||
rename = "gitlab-runner.deb"
|
||||
amd64.url = "https://gitlab.com/gitlab-org/gitlab-runner/-/releases/v17.1.0/downloads/packages/deb/gitlab-runner_amd64.deb"
|
||||
amd64.sha256 = "816579de12661331a8076bcb4eb4a10e8d6706b4d70774cd438688591992a69e"
|
||||
i386.url = "https://gitlab.com/gitlab-org/gitlab-runner/-/releases/v17.1.0/downloads/packages/deb/gitlab-runner_i386.deb"
|
||||
i386.sha256 = "481125749315120818c37247d56b20526dfafa684ad635226c7425ba796be206"
|
||||
arm64.url = "https://gitlab.com/gitlab-org/gitlab-runner/-/releases/v17.1.0/downloads/packages/deb/gitlab-runner_arm64.deb"
|
||||
arm64.sha256 = "7038ce45147fa4dc2027f8a89aaf69978946456a50b37773cd9038cf7ac0fe30"
|
||||
armhf.url = "https://gitlab.com/gitlab-org/gitlab-runner/-/releases/v17.1.0/downloads/packages/deb/gitlab-runner_armhf.deb"
|
||||
armhf.sha256 = "0a3c4df00ab7f45c6d1d9f6798c788225463041bc882b9a3046f67b6a011f537"
|
||||
amd64.url = "https://gitlab.com/gitlab-org/gitlab-runner/-/releases/v17.2.0/downloads/packages/deb/gitlab-runner_amd64.deb"
|
||||
amd64.sha256 = "07914e7435769bffc86f6fe0c28d3e76c60d281f0c5e9676c13cae8c22d5f0e6"
|
||||
i386.url = "https://gitlab.com/gitlab-org/gitlab-runner/-/releases/v17.2.0/downloads/packages/deb/gitlab-runner_i386.deb"
|
||||
i386.sha256 = "e85e6ba087ecea7b0d0177e19d912a243ef1be1b55c2e8c1aa81dc90ff46c70b"
|
||||
arm64.url = "https://gitlab.com/gitlab-org/gitlab-runner/-/releases/v17.2.0/downloads/packages/deb/gitlab-runner_arm64.deb"
|
||||
arm64.sha256 = "d32a26dc64d0a52dcee0c4c62e1ac0d175fa0e9745dad1eba719bed3783d929f"
|
||||
armhf.url = "https://gitlab.com/gitlab-org/gitlab-runner/-/releases/v17.2.0/downloads/packages/deb/gitlab-runner_armhf.deb"
|
||||
armhf.sha256 = "49904188c1515184a453bdc9387dc27ec889b825e4e8d2d40d41c5638b9c9133"
|
||||
|
||||
autoupdate.upstream = "https://gitlab.com/gitlab-org/gitlab-runner"
|
||||
autoupdate.strategy = "latest_gitlab_release"
|
||||
|
|
Loading…
Add table
Reference in a new issue