Closed Jos512 closed 7 years ago
Hi @Jos512, sorry for the late reply but Christmas got in the way. Thanks for letting me know about this, I completely missed the 0.18 release and as the filenames have been changing I need to do some manual work for it. I should have a version that works with it later today.
Hi @Jos512, it was quicker than I thought. Version 1.14 of the build step now supports version 0.18 and uses it by default.
I love this Wercker step, so thanks for making it.
When making the step use Hugo 0.18, I get the following persistent error:
Based on what I understand from this error message, the step cannot find one of the files. I see that issue #26 (when Hugo 0.17 was released) also had an issue with one of the files not being findable due to changing the names.
I see that the code does this to download Hugo:
The latest release doesn't have a hugo_0.18_linux_amd64.tar.gz file. It probably (I'm guessing here) has to become https://github.com/spf13/hugo/releases/download/v0.18/hugo_0.18_Linux-64bit.tar.gz .
Hope this additional information makes troubleshooting this issue a bit easier.
Thanks in advance for looking at it.