gitlab-runner: Update to version 13.7.0

This commit is contained in:
Richard Kuhnt 2020-12-21 15:01:48 +00:00
parent 362f001c07
commit e7d4024fac

View File

@ -1,17 +1,17 @@
{ {
"version": "13.6.0", "version": "13.7.0",
"description": "Run your jobs and send the results back to GitLab", "description": "Run your jobs and send the results back to GitLab",
"homepage": "https://docs.gitlab.com/runner/", "homepage": "https://docs.gitlab.com/runner/",
"license": "MIT", "license": "MIT",
"notes": "Run 'gitlab-runner register' and 'gitlab-runner install' from an elevated prompt to set it up", "notes": "Run 'gitlab-runner register' and 'gitlab-runner install' from an elevated prompt to set it up",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://gitlab-runner-downloads.s3.amazonaws.com/v13.6.0/binaries/gitlab-runner-windows-amd64.exe#/gitlab-runner.exe", "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v13.7.0/binaries/gitlab-runner-windows-amd64.exe#/gitlab-runner.exe",
"hash": "d12daa6a1bbaf56271f47a5f3fbc52640947aa0c9b8f832de779406ae488a5fd" "hash": "708609f5d179560f76cf3cc17069779524c26144e2f1b20847a5fac911f521bd"
}, },
"32bit": { "32bit": {
"url": "https://gitlab-runner-downloads.s3.amazonaws.com/v13.6.0/binaries/gitlab-runner-windows-386.exe#/gitlab-runner.exe", "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v13.7.0/binaries/gitlab-runner-windows-386.exe#/gitlab-runner.exe",
"hash": "2616b468802159e9e59a7a75b29a54a8d452af2308cacf1cdbf93373cc003048" "hash": "bce9289270c85c38b06a356ff543a3138a8474f7be80f53d86eceeda17da51e6"
} }
}, },
"bin": "gitlab-runner.exe", "bin": "gitlab-runner.exe",