tep-xi / static-fp

tEp's New Website
1 stars 0 forks source link

Travis and Docker use different Hugo versions. #17

Open exitmouse opened 7 years ago

exitmouse commented 7 years ago

Travis CI pulls the latest from github and uses that; Docker downloads a static release. So if Hugo makes a breaking change in the year or so between updates of this site, Travis will require that we use the new syntax or it won't let us submit anything... but the site will break when deployed using the old Hugo via Docker, which won't support the new syntax.

efjepsen commented 7 years ago

paging Dr. @ggilmore

exitmouse commented 7 years ago

The fix should be pinning travis to an old version--we should copy the code from the Dockerfile.