From e7d4024fac1a627f43f14b408795a43545e8dc5e Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 21 Dec 2020 15:01:48 +0000 Subject: [PATCH] gitlab-runner: Update to version 13.7.0 --- bucket/gitlab-runner.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/gitlab-runner.json b/bucket/gitlab-runner.json index 94f6d1a0fa..10b722c7ba 100644 --- a/bucket/gitlab-runner.json +++ b/bucket/gitlab-runner.json @@ -1,17 +1,17 @@ { - "version": "13.6.0", + "version": "13.7.0", "description": "Run your jobs and send the results back to GitLab", "homepage": "https://docs.gitlab.com/runner/", "license": "MIT", "notes": "Run 'gitlab-runner register' and 'gitlab-runner install' from an elevated prompt to set it up", "architecture": { "64bit": { - "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v13.6.0/binaries/gitlab-runner-windows-amd64.exe#/gitlab-runner.exe", - "hash": "d12daa6a1bbaf56271f47a5f3fbc52640947aa0c9b8f832de779406ae488a5fd" + "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v13.7.0/binaries/gitlab-runner-windows-amd64.exe#/gitlab-runner.exe", + "hash": "708609f5d179560f76cf3cc17069779524c26144e2f1b20847a5fac911f521bd" }, "32bit": { - "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v13.6.0/binaries/gitlab-runner-windows-386.exe#/gitlab-runner.exe", - "hash": "2616b468802159e9e59a7a75b29a54a8d452af2308cacf1cdbf93373cc003048" + "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v13.7.0/binaries/gitlab-runner-windows-386.exe#/gitlab-runner.exe", + "hash": "bce9289270c85c38b06a356ff543a3138a8474f7be80f53d86eceeda17da51e6" } }, "bin": "gitlab-runner.exe",