Skip to content

Update index.md with new installer url

What does this MR do and why?

It seems a gitlab url has changed and the redirect causes pipeline scripts to fail.

Screenshots or screen recordings!

screen shot

How to set up and validate locally

  1. run
curl --silent "https://gitlab.com/gitlab-org/incubation-engineering/devops-for-mobile-apps/load-secure-files/-/raw/main/installer" 

you should see this which would cause a ci pipeline to fail

<html><body>You are being <a href="https://gitlab.com/gitlab-org/incubation-engineering/mobile-devops/load-secure-files/-/raw/main/installer">redirected</a>.</body></html>%  
  1. run
curl --silent "https://gitlab.com/gitlab-org/incubation-engineering/mobile-devops/load-secure-files/-/raw/main/installer"

you should see the bash script we're looking for

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Phillip Shebel

Merge request reports