From 608bcce9d018fac3540ed9d1811ac80ca3dc33a5 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 2 Oct 2020 07:00:48 +0000 Subject: [PATCH] gitlab-runner: Update to version 13.2.4 --- 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 ead9a0b2ba..4baae4db02 100644 --- a/bucket/gitlab-runner.json +++ b/bucket/gitlab-runner.json @@ -1,17 +1,17 @@ { - "version": "13.4.0", + "version": "13.2.4", "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.4.0/binaries/gitlab-runner-windows-amd64.exe#/gitlab-runner.exe", - "hash": "77b8da520889ec1f6788153eb9341a878945765304830b32d5dd19a803e9f19a" + "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v13.2.4/binaries/gitlab-runner-windows-amd64.exe#/gitlab-runner.exe", + "hash": "35f6e43a5d159e88033aa5c253648eb193d95fcf49e8d3e0e627d3978739e898" }, "32bit": { - "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v13.4.0/binaries/gitlab-runner-windows-386.exe#/gitlab-runner.exe", - "hash": "07d87c9fe19ff422d34c40bffa3e7e804ab3412ab9117b11f535d6e04209eec1" + "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v13.2.4/binaries/gitlab-runner-windows-386.exe#/gitlab-runner.exe", + "hash": "4ded6595a4427783e92b3696ecb9ccf682ce030e98725668c2f4094281db71b0" } }, "bin": "gitlab-runner.exe",