Commit 25a2121a authored by Ethan Urie's avatar Ethan Urie

Merge branch...

Merge branch '353821-follow-up-from-ci-build-workhorse-binaries-and-upload-download-as-generic-package' into 'master'

ci: Fix typo in function name

See merge request gitlab-org/gitlab!81788
parents 32208b60 d99fcb25
......@@ -231,7 +231,7 @@ build-components:
- .rails:rules:build-components
script:
- source scripts/gitlab_workhorse_component_helpers.sh
- 'gitlab_workhorse_package_doesnt_exist || { echoinfo "INFO: Exiting early as package exists."; exit 0; }'
- 'gitlab_workhorse_archive_doesnt_exist || { echoinfo "INFO: Exiting early as package exists."; exit 0; }'
- run_timed_command "scripts/setup-test-env"
- run_timed_command "select_gitlab_workhorse_essentials"
- run_timed_command "create_gitlab_workhorse_package"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment