Stream: IG creation
Topic: auto-ig-builder not detecting "main"-branch
Gabriel Kleinoscheg (Nov 22 2021 at 11:34):
In the documentation of the auto-ig-builder (https://github.com/FHIR/auto-ig-builder) it says that
The master branch will also be available directly at
https://build.fhir.org/ig/:org/:repo
I just tried that with a simple adaptation of a template which is accessible via http://build.fhir.org/ig/gabriel0316/ig-template/branches/main/index.html but not via http://build.fhir.org/ig/gabriel0316/ig-template/
Could it be that the auto-ig-builder does not take into account if the default branch name is not "master"? Note that GitHub, GitLab, etc. changed the names for their default branch names from "master" to "main".
Gabriel Kleinoscheg (Nov 22 2021 at 11:40):
I now added a branch named "master" and now the results are available via http://build.fhir.org/ig/gabriel0316/ig-template/
However, it still would be great if "main" would also be supported.
Oliver Egger (Nov 22 2021 at 11:40):
this is an open issue, see discussion here: https://chat.fhir.org/#narrow/stream/179239-tooling/topic/auto-ig-builder
Gabriel Kleinoscheg (Nov 22 2021 at 11:44):
I see - thx
Last updated: Apr 12 2022 at 19:14 UTC