Skip to content
Snippets Groups Projects

ci: Build workhorse binaries and upload/download as generic package

All threads resolved!
Compare and Show latest version
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -58,7 +58,7 @@ function download_gitlab_workhorse_package() {
fi
echoinfo "Downloading from ${GITLAB_WORKHORSE_PACKAGE_URL} ..."
eval "curl --fail --silent --retry 3 --header \"JOB-TOKEN: ${CI_JOB_TOKEN}\" \"${GITLAB_WORKHORSE_PACKAGE_URL}\"${extra_curl_args}"
eval "curl --fail --retry 3 --header \"JOB-TOKEN: ${CI_JOB_TOKEN}\" \"${GITLAB_WORKHORSE_PACKAGE_URL}\"${extra_curl_args}"
}
function download_and_extract_gitlab_workhorse_package() {
Loading