Stream: shorthand
Topic: IG Github Actions
Geoff Low (Apr 07 2021 at 18:05):
Is anyone using GH actions to publish IGs for a remote GH repository? I was following https://www.argentixinfo.com/archives/156 - but the curl job seems to be unable to connect - has anyone got a pointer to help fix that?
Elliot Silver (Apr 07 2021 at 18:15):
I made some minor changes to what I was using since publishing that article, and I think @Jose Costa Teixeira has taken it further. If you get it working, let me know and I can update the article. Here is my latest, and (I think) Jose's latest.
Jose Costa Teixeira (Apr 07 2021 at 18:28):
yes, that link is the latest. I just took the instructions and shortened the scripts.
@Geoff Low what curl
is that that is unable to connect?
Geoff Low (Apr 07 2021 at 18:49):
Aha, I assume it's curl - timing out for ever in a day. A job ran for 15m, and then said the terminology server was unavailable
Jose Costa Teixeira (Apr 07 2021 at 18:52):
this usually takes a few minutes at most
Jose Costa Teixeira (Apr 07 2021 at 18:54):
if there was some timeout, you can just rebuild (just do a commit or a PR to main/master)
Geoff Low (Apr 08 2021 at 11:37):
the updated configuration worked perfectly, thanks!
Geoff Low (Apr 08 2021 at 11:38):
I could run all the tasks locally using the builder base image, but when they were kicked off in a GitHub Actions env it timed out so I assumed it was some restriction on the actions pipeline instance
Last updated: Apr 12 2022 at 19:14 UTC