-
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: runtime error: invalid memory address or nil pointer dereference #150
Comments
Hmm, it looks like the API response returned by gitlab doesn't have the field Atlantis expects. Could you record the webhook that's being sent by GitLab for me? To do this:
If it's a public repo, you could also send me the URL to it on gitlab. |
Hi Luke, oh well - I did not anticipate this only works within a merge request, as soon as I created a branch and submitted a comment on the merge request everything works as expected. Thanks a lot and sorry for bothering you with this!
|
Ahh yes, it's only on merge requests. Glad to hear its okay now. |
* first draft of the populate function * Now extra arguments can use environment variables. Fixes runatlantis#146 * now using environment variables while executing terraform commands for variables subsitution * fix order of terraform command arguments * Adding single quote around terraform command * please work this time :) * fix order for the quote * fix order for the quote * Adding single quote around terraform command * now creating terraform command string to address bash interpolation * now using 'sh' instead of 'bash' to execute terraform command and added docs about v and env after review
Hi,
I am trying to get atlantis to work using GitLab. I have setup atlantis and gitlab (on-premise as well as gitlab.com) and everything seems to be communicating ok. When I enter "atlantis help" as a comment on a commit I get the following error (tested with atlantis standalone and docker version). Tested with different atlantis versions (latest, v0.3.10, v0.3.9).
Probably I am doing something wrong as I have seen no issue for this so far - but I cannot find the problem.
My docker command (username, Token and Secret are correct - blanked out here):
Thanks for any help!
The text was updated successfully, but these errors were encountered: