Hello,
I couldn’t find information about this particular setup but here we go:
I’m running GitLab 10.0.1 CE on premises. Besides that I’m running a k8s cluster managed by Rancher. I was able to configure the service template for GitLab to connect to rancher.
I was trying to set up Auto DevOps, but I always get this error:
$ function codeclimate() {
/bin/sh: eval: line 87: syntax error: unexpected "(" (expecting "}")
ERROR: Job failed: exit code 2
I tried to checkout these projects, activated Auto DevOps, set the deployment url, committed a change with pull request and got the above error.
- https://gitlab.com/auto-devops-examples/minimal-ruby-app
- https://gitlab.com/gitlab-examples/minimal-ruby-app
I didn’t configure anything related to codeclimate, so I don’t even know where that error comes from.
Does anyone here have a pointer on what I could be doing wrong?
Thanks for your time and help.
Roland