From f5f4fb0080a6c66894eaead16b75d3633404a403 Mon Sep 17 00:00:00 2001 From: nd <git@notandy.de> Date: Fri, 3 Dec 2021 23:26:41 +0100 Subject: [PATCH] debugging --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 417f7a3..b02fa02 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,7 +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 + - go get github.com/twitchtv/retool -v - cd hcloud_exporter-* - make generate build - mv bin/hcloud_exporter ../ -- GitLab