-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Panic with private gitlab #390
Comments
@ahiaht are you commenting on a merge request? I've seen this error for users commenting on a commit instead of the merge request. |
I did on a commit request. |
You can't trigger Atlantis unless it's via a merge request. Atlantis is specialized for working on merge requests. |
I'm going to close this since it's not a bug but feel free to ask more questions. |
I tried to connect to a private gitlab-ce following the document for gitlab. Everything fine until I tried to create a null resource and add comment, Atlantis return PANIC error:
#atlantis server --atlantis-url="http://atlantis:4141" --gitlab-user="atlantis-bot" --gitlab-token="****************" --gitlab-webhook-secret="**************" --repo-whitelist="gitlab-ce/itarch/terraform-infra" --gitlab-hostname="http://gitlab-ce"
Terraform: 0.11.10
Gitlab-ce 11.5.3
Atlantis 0.4.12
Any idea what's wrong ?
The text was updated successfully, but these errors were encountered: