aptly: fix repository url in subgroups
requested to merge vicamo-guest/pipeline:for-upstream/fix-aptly-repository-url-in-subgroups into master
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