Show the archive URL when downloading a CI/CD package
- Oct 01, 2024
-
-
David Dieulivol authored
Very helpful to debug
-
Will help us debug Make the compile-production-assets
job faster, as we now have cache misses in FOSS pipelines.
Show the archive URL before downloading it. It's currently not very easy to guess it
export GITLAB_ASSETS_PACKAGE_URL="${API_PACKAGES_BASE_URL}/assets/${NODE_ENV}-${GITLAB_EDITION}-${GITLAB_ASSETS_HASH}/${GITLAB_ASSETS_PACKAGE}"
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Before | After |
---|---|
Numbered steps to set up and validate the change are strongly suggested.