-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Contributor testing fails with drone_step_0 : exit code 128
#7108
Comments
|
Logs from the
Looks like a bad git host key on the |
I was able to work around this issue by cloning https instead of git+ssh, however, I don't think it's unreasonable that people may prefer using ssh over https. I wonder if there is a way this can be enabled, but I can already see that if the host key issue is resolved, the fetch would still fail because of auth. I'll ponder this today. I'm guessing the |
Drone clones via HTTPS (it also injects auth variables for cloning into the container which don't exist when running locally), I'm guessing you cloned via SSH (which is what you should do as git via SSH is better). The way this could get fixed is to exclude this step from running on pull_requests. |
…tea#7120) Signed-off-by: Nick Meyer <nick@e3b0c442.io>
[x]
):https://gist.github.com/e3b0c442/59eb42f89913086bdd10e0380aa767c9
Description
When attempting to run contributor tests as outlined in CONTRIBUTING.md, the testing fails with
drone_step_0 : exit code 128
. Unfortunately there is no obvious reason for the failure, except that it seems to lie with MSSQL startup.I tried running the test script linked in #6269 with no change.
I also tried running with drone-cli == 1.1.0 with the commend
drone exec --event pull_request
with no change....
Screenshots
n/a
The text was updated successfully, but these errors were encountered: