Skip to content
Snippets Groups Projects

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

All threads resolved!
Compare and Show latest version
134 files
+ 2391
730
Compare changes
  • Side-by-side
  • Inline
Files
134
@@ -233,7 +233,7 @@ build-components:
script:
- source scripts/gitlab_workhorse_component_helpers.sh
- run_timed_command "apt-get update -y && apt-get install -y upx" # FIXME: Add to the CI image
- run_timed_command "download_gitlab_workhorse_package" || true
- run_timed_command "download_gitlab_workhorse_package ${GITLAB_WORKHORSE_ARCHIVE}" || true
- 'echo "Size of the archive: $(du -h ${GITLAB_WORKHORSE_ARCHIVE})"'
# Early exit if the package already exists
- 'gitlab_workhorse_archive_doesnt_exist || { echo "INFO: Exiting early as package exists."; exit 0; }'
Loading