Skip to content
Snippets Groups Projects

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

All threads resolved!
Compare and Show latest version
34 files
+ 906
136
Compare changes
  • Side-by-side
  • Inline
Files
34
@@ -194,7 +194,6 @@ setup-test-env:
SETUP_DB: "false"
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_and_extract_gitlab_workhorse_package" || true
- run_timed_command "scripts/setup-test-env"
- run_timed_command "filter_gitlab_workhorse_binaries"
@@ -231,7 +230,6 @@ build-components:
- .rails:rules: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 ${GITLAB_WORKHORSE_ARCHIVE}" || true
- 'echo "Size of the archive: $(du -h ${GITLAB_WORKHORSE_ARCHIVE})"'
# Early exit if the package already exists
Loading