From 44a4014b5547273616baaec37beb994105aea1a1 Mon Sep 17 00:00:00 2001 From: nd <git@notandy.de> Date: Fri, 3 Dec 2021 23:28:58 +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 b02fa02..22cd029 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 -v + - go get -v github.com/twitchtv/retool - cd hcloud_exporter-* - make generate build - mv bin/hcloud_exporter ../ -- GitLab