FHIR Chat · jquery missing in cont. build · genomics/committers

Stream: genomics/committers

Topic: jquery missing in cont. build


view this post on Zulip Patrick Werner (Mar 27 2019 at 10:29):

Looking at: http://build.fhir.org/ig/HL7/genomics-reporting/obs-variant.html or any other place of the IG showing tables the layout gets messed up because http://build.fhir.org/ig/HL7/genomics-reporting/jquery.js isn't found. When i build locally jquery.js is at the right position in the folder. The CI build does something different.
@Lloyd McKenzie we don't have access to the CI environment as a group, right? So you have to fix this?

view this post on Zulip Lloyd McKenzie (Mar 27 2019 at 15:19):

Someone added src-generated to gitIgnore. That content needs to be committed. The CI build doesn't produce anything in that folder. If you want to exclude the jar, you can because the CI build will retrieve that, but the rest absolutely should be part of what's committed.

view this post on Zulip Patrick Werner (Mar 27 2019 at 16:24):

thanks!
fixed the .gitignore

view this post on Zulip Kevin Power (Mar 27 2019 at 16:49):

Build still doesn't look right on the profile pages I am afraid. Did we lose something out of src-generated?

view this post on Zulip Lloyd McKenzie (Mar 27 2019 at 17:01):

In addition to fixing the gitignore, did you commit everything from src-generated?

view this post on Zulip Kevin Power (Mar 27 2019 at 18:27):

I just pushed up a commit that should resolve it.

view this post on Zulip Kevin Power (Mar 27 2019 at 18:31):

New build looks good (I think)


Last updated: Apr 12 2022 at 19:14 UTC