visch
07/13/2023, 1:59 AMpip_url
in environments? I thought I tried it and it didn't work but thought I'd ask before throwing in an issue
- name: target-name
namespace: target_name
pip_url: git+<https://gitlab-ci-token>:${CI_JOB_TOKEN}@gitlab.com/autoidm/target-name.git
I like to use something like this while running in CI, but when I'm running locally I want a different pip_url. I know there's other ways to make this work by using ssh instead and (I think) passing in a deployment key instaed of using the CI_JOB_TOKEN here but I like this setup better 🤷joseph_pearson
11/02/2023, 10:55 AMvisch
11/02/2023, 11:48 AM