pipelines-as-code
pipelines-as-code copied to clipboard
e2e is broken due of git-clone 0.9 failing
+ test -z
+ test -z
+ test -z
+ /ko-app/git-init '-url=http://gitea.gitea:3000/pac/pac-e2e-test-9bvhz' '-revision=61b6edb3d15a9eae68279536d3898aec654a6421' '-refspec=' '-path=/workspace/output/' '-sslVerify=false' '-submodules=true' '-depth=1' '-sparseCheckoutDirectories='
{"level":"error","ts":1666336278.6495957,"caller":"git/git.go:53","msg":"Error running git [remote add origin http://gitea.gitea:3000/pac/pac-e2e-test-9bvhz]: exit status 128\nfatal: detected dubious ownership in repository at '/workspace/output'\nTo add an exception for this directory, call:\n\n\tgit config --global --add safe.directory /workspace/output\n","stacktrace":"github.com/tektoncd/pipeline/pkg/git.run\n\tgithub.com/tektoncd/pipeline/pkg/git/git.go:53\ngithub.com/tektoncd/pipeline/pkg/git.Fetch\n\tgithub.com/tektoncd/pipeline/pkg/git/git.go:109\nmain.main\n\tgithub.com/tektoncd/pipeline/cmd/git-init/main.go:53\nruntime.main\n\truntime/proc.go:250"}
{"level":"fatal","ts":1666336278.6496952,"caller":"git-init/main.go:54","msg":"Error fetching git repository: exit status 128","stacktrace":"main.main\n\tgithub.com/tektoncd/pipeline/cmd/git-init/main.go:54\nruntime.main\n\truntime/proc.go:250"}
works with 0.8
reported https://github.com/tektoncd/catalog/issues/1093
fixed upstream