00:06
<eeeps>
"The command "cd .. && git clone https://github.com/whatwg/html-build.git html-build && bash html-build/ci-deploy/outside-container.sh" exited with 0." https://travis-ci.org/whatwg/html/builds/653678532?utm_source=github_status&utm_medium=notification hm this feels... above my pay grade?
00:42
<MikeSmith>
Domenic: do you know if there's a way to trigger PR Preview to rebuild?
00:43
<MikeSmith>
or any way to otherwise troubleshoot it
00:45
<MikeSmith>
I don't see any way to even view the logs
00:46
<Domenic>
MikeSmith: dunno about troubleshooting but editing the PR will trigger a rebuild
00:46
<Domenic>
Travis is succeeding so there's definitely nothing wrong with the PR. Just pr-preview.
00:46
<MikeSmith>
Ok
00:47
<MikeSmith>
right
00:47
<Domenic>
Note that pr preview only uses wattsi not html-build so if wattsi inputs have changed in some way then it will be broken
00:48
<MikeSmith>
I think it's not changed
00:49
<MikeSmith>
I can test locally
00:52
<Domenic>
Yeah I don't see anything in the wattsi version history that seems problematic
00:54
<Domenic>
Hmm when I try to use wattsi-server I get a bunch of errors about missing references
00:57
<Domenic>
Oh dear wattsi-server is still not auto-deploying new wattsi revisions
00:57
<Domenic>
I'll update it I guess
00:57
<MikeSmith>
hmm yeah that's due to me having previously broken
00:57
<MikeSmith>
..wattsi
00:58
<MikeSmith>
But wattsi is fixed now
00:58
<Domenic>
One day I will convert wattsi-server into html-build-server and this will all work better...
00:58
<MikeSmith>
so if you redeploy the update, those errors will go away
00:59
<MikeSmith>
yeah that would be nice
01:00
<Domenic>
Yeah OK I can use wattsi-server locally now
01:00
<Domenic>
Let me re-trigger PR preview and see if that fixes it
01:00
<MikeSmith>
Ok
01:01
<Domenic>
Tada, it worked, yay
02:10
<eeeps>
MikeSmith: Domenic: thank you!!