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
@@ -16,7 +16,7 @@ function gitlab_workhorse_archive_doesnt_exist() {
echoinfo "Status is ${status}"
[[ "${status}" = "200" ]]
[[ "${status}" != "200" ]]
}
function create_gitlab_workhorse_archive() {
Loading