Skip to content

aptly: fix repository url in subgroups

In subgroups, the correct artifact download url can be in following two forms:

  • raw: https://gitlab.com/<topgroup>/<subgroup>/<project>/-/jobs/<job-id>/artifacts/raw/<artifact-path>
  • pages: https://<topgroup>.gitlab.io/-/<subgroup>/<project>/-/jobs/<job-id>/artifacts/<artifact-path>

This change takes the raw form because the pages form only works for public projects.

Signed-off-by: You-Sheng Yang (楊有勝) vicamo@gmail.com

Merge request reports

Loading