Rinat Ishmukhametov
Rinat Ishmukhametov
@yxxhero thank you for the suggestion! that didn't work tho - the issue persists with different error now: ``` failed to read environments.yaml: get: error downloading '[https://***@gitlab.com/service.git?ref=develop'](https://***@gitlab.com/service.git?ref=develop'%27): /usr/bin/git exited with...
@yxxhero that is the point: ref doesn't exist and missingFileHandler is set to Warn but throws error instead. I'd expect that this (missing ref) should result in `skipping missing environment...
@yxxhero here is the debug log: ``` getter: git scheme: https user: ****:[MASKED] host: gtilab.com dir: /service.git file: values.yaml home: /root/.cache/helmfile getter dest: https_gtilab_com_service_git.ref=develop cached dir: /root/.cache/helmfile/https_gtilab_com_service_git.ref=develop downloading git::https://****:[MASKED]@gtilab.com/service.git?ref=develop to...
@yxxhero ok, thank you! I'll work on PR then