Can you override `pip_url` in environments? I thou...
# troubleshooting
v
Can you override
pip_url
in environments? I thought I tried it and it didn't work but thought I'd ask before throwing in an issue
Copy code
- 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 🤷
j
Hi @visch, did you get any answer on this? I am having the same issue.
v
I just ended up using an ssh key instead, I think environments can do this but I didn't mess with it