From b80cb4195d5a2a6c7eb0fe39574d691910238f94 Mon Sep 17 00:00:00 2001 From: nd <git@notandy.de> Date: Fri, 3 Dec 2021 23:24:21 +0100 Subject: [PATCH] add retool --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8f416ae..417f7a3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,6 +19,7 @@ autoupdate: script: - wget "https://github.com/${UPSTREAM_GITHUB_PATH}/archive/refs/tags/${UPSTREAM_VERSION}.tar.gz" - tar -xf "${UPSTREAM_VERSION}.tar.gz" + - go get github.com/twitchtv/retool - cd hcloud_exporter-* - make generate build - mv bin/hcloud_exporter ../ -- GitLab