Closed schmanat closed 1 month ago
Sorry, the issue is wrong. It was my fault. In my flow i only submit the base URL of my Gitlab Instance, after i corrected it to my repo URL (https://git.schman.at/schman/kestra-flows) everything works as expected.
Expected Behavior
Like in the Video below, it should work to push all flows from namespace to Gitlab (or Github) https://www.youtube.com/watch?v=OPlNKQZFeho.
Actual Behaviour
After I set up my flow, like in the video, I get only an error: URI not supported: https://git.schman.at
Steps To Reproduce
I created the same flow as in the video (https://www.youtube.com/watch?v=OPlNKQZFeho), see below. After I execute the flow I get the following error:
Exception caught during execution of ls-remote command URI not supported
The stacktrace looks like:
What I have tried so far? I tried the same flow with the git.Clone method, and this works. I also logged in the docker container and clone a repositority (and push changes) with my username and the access-token. It was only necessary to install git (apt-get update && apt-get install git) everything works. If I changed back to git.pushFlows I get an error (see above). I also created a github Repo to push my changes to github, without any success (the same error). Also with username and accesstoken.
Environment Information
Example flow