greenmaid

Results 7 comments of greenmaid

Seems there is just a little typo : `urllib.urljoin` should be `urllib.parse.urljoin`

Hello, Got the same annoying bug here. In my case, i would like to push IMAGE2 but not IMAGE1. I don't see how to do that :( I tried: ```...

Fallen in the same bug. According to my tests: | | Gitlab.com | gitlab-ci-local | |--------------------|------------|-----------------| | 'local: /test/nested.yml' | ✔️ | ❌ | | 'local: ./test/nested.yml' | ❌ |...

Hello, In fact there is a link in README_PROBES.md to [Liveness probes are dangerous, srcco.de](https://srcco.de/posts/kubernetes-liveness-probes-are-dangerous.html). I read here : > if you use Liveness Probe, don’t set the same specification...

I think I can confirm this error is caused by proxy : ``` --- include: - remote: "https://gitlab.com/Orange-OpenSource/lfn/ci_cd/gitlab-ci-templates/-/raw/master/markdown.gitlab-ci.yml" job: image: alpine script: - echo 'hello' ``` this works perfectly without...

Looking at tcpdump trace, I can say that requests is send via proxy but without CONNECT (as if it was a http URL) ``` GET https://gitlab.com/Orange-OpenSource/lfn/ci_cd/gitlab-ci-templates/-/raw/master/markdown.gitlab-ci.yml HTTP/1.1 Accept: application/json, text/plain,...

Axios + proxy seems historically... complicated 😵