Billingegroup / rg-db-public

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

Fixing issue causing CI failures for rg-db-group #419

Closed connorjbracy closed 2 years ago

connorjbracy commented 2 years ago

Fixing invalid entry in mzhao's education that was causing CI failures in rg-db-group builds

connorjbracy commented 2 years ago

I'm fairly certain the Travis CI build failed due to the exact thing this PR seeks to fix. The reason for this is (I believe), in the CI script it goes through the process of using regolith validate which ends up grabbing the current rg-db-public@master to run the validate command against, but the rg-db-public@master branch contains the error'd line that this PR is attempting to remove.

sbillinge commented 2 years ago

Thanks for this @connorjbracy I saw that. I think I already fixed it, but I will check.

The slightly broader issue is that Max's account is not triggering CI builds. It could be a similar issue to the one we ran into with Jason because he also has a slightly weird username, like Maxpaipai or something. Do you remember who it was who figured out why Jason wasn't triggering CI?