gitlab-runner: Update to version 13.1.1

This commit is contained in:
Jakub Čábera 2020-07-01 09:23:53 +02:00
parent 0e1e417de4
commit 22dc279bae

View File

@ -1,16 +1,17 @@
{ {
"version": "13.1.1",
"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",
"version": "13.1.0", "notes": "Run 'gitlab-runner register' and 'gitlab-runner install' from an elevated prompt to set it up",
"description": "Run your jobs and send the results back to GitLab",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://gitlab-runner-downloads.s3.amazonaws.com/v13.1.0/binaries/gitlab-runner-windows-amd64.exe#/gitlab-runner.exe", "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v13.1.1/binaries/gitlab-runner-windows-amd64.exe#/gitlab-runner.exe",
"hash": "5669c0f67d6aab11166c0fb9598c0b4fd42a0932680b669571a70b8c79985f9c" "hash": "57443b455bd1e40b976611819707f243db748a81f9cbdcccf8d21cd1866b2272"
}, },
"32bit": { "32bit": {
"url": "https://gitlab-runner-downloads.s3.amazonaws.com/v13.1.0/binaries/gitlab-runner-windows-386.exe#/gitlab-runner.exe", "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v13.1.1/binaries/gitlab-runner-windows-386.exe#/gitlab-runner.exe",
"hash": "bc1949bba04d739e76f3ced4e62fde17b7ded59c49e7985875fdf243917198ce" "hash": "3f7d6cef375c6d3b87d507913affd4ea91afaf3fefb3c05d9340c1d82e1a2ceb"
} }
}, },
"bin": "gitlab-runner.exe", "bin": "gitlab-runner.exe",
@ -30,6 +31,5 @@
"hash": { "hash": {
"url": "https://gitlab-runner-downloads.s3.amazonaws.com/v$version/release.sha256" "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v$version/release.sha256"
} }
}, }
"notes": "Run 'gitlab-runner register' and 'gitlab-runner install' from an elevated prompt to set it up"
} }