Billingegroup / rg-db-public

Public Research Group Database
BSD 2-Clause "Simplified" License
1 stars 73 forks source link

gitid added #317

Closed akshayc-01 closed 4 years ago

sbillinge commented 4 years ago

@akshayc-01 this is failing CI

sbillinge commented 4 years ago

CI still failing I am afraid. Please run tests locally till they pass. If it fails locally it will fail in CI so at least getting it to pass locally is a good first step.

st3107 commented 4 years ago

Close and reopen to trigger CI.

st3107 commented 4 years ago

Close and reopen to trigger CI.

st3107 commented 4 years ago

Haha, I fixed the CI problem. The repo is disabled in the travis CI and I re-enable it. Now the travis CI and the github can talk to each other. And you can see the failure message instead of always running.

Please look at the bug:

ruamel.yaml.constructor.DuplicateKeyError: while constructing a mapping in "../db/people.yml", line 46, column 3 found duplicate key "github_id" with value "akshayc-01" (original value: "akshayc-01") in "../db/people.yml", line 70, column 3

You have duplicate keys in people at line 46 and line 70.

sbillinge commented 4 years ago

@akshayc-01 it looks as if this can be fixed by removing a duplicate github_id key, or sthg like that.

sbillinge commented 4 years ago

@akshayc-01 I added these edits manually so I am closing this.