Haufe-Lexware / Haufe-Lexware.github.io

Haufe Developer Blog
http://work.haufegroup.io
MIT License
10 stars 47 forks source link

Build appears to be failing #127

Closed hlgr360 closed 7 years ago

hlgr360 commented 7 years ago

[Reinhardt, Holger @reinhardth 5:32 PM]

here are the two commit's which seem to bracket the build failure https://github.com/hlgr360/hlgr360.github.io/commits/master

hlgr360/hlgr360.github.io hlgr360.github.io - Haufe Developer Blog

this is the working version : 7c6bc15d77a4b2a9eb13137e603b790c13006257 this is the non-working version (fails with generic build failure): 257cacc0015494de040ad63c2275ca283afe67af

the 7c.. commit is the one directly before the redesign https://github.com/Haufe-Lexware/Haufe-Lexware.github.io/commit/7c6bc15d77a4b2a9eb13137e603b790c13006257

Create 2017-06-24-Blue-Green-Deployment-on-Azure.md · Haufe-Lexware/Haufe-Lexware.github.io@7c6bc15

the 25.. commit is two trivial changes after the redesign https://github.com/Haufe-Lexware/Haufe-Lexware.github.io/commit/257cacc0015494de040ad63c2275ca283afe67af

Create CNAME · Haufe-Lexware/Haufe-Lexware.github.io@257cacc

screen shot 2017-08-11 at 5 36 00 pm

[Reinhardt, Holger @reinhardth 5:38 PM] I am strongly suspecting something in @hofmannf changes .. which probably was some corner case which maybe Github was not really supporting for those wanting to try it out, here are the git comments to roll back to a certain commit

git reset 257cacc0015494de040ad63c2275ca283afe67af git reset --soft HEAD@{1} git commit -m "Revert to 257cacc0015494de040ad63c2275ca283afe67af" git reset --hard

hlgr360 commented 7 years ago

I am going to try to automate the build. otherwise we will not be able to control the build process and are restricted by the plugins. I reminds me why I hate PaaS.

hlgr360 commented 7 years ago

It was a parse error in a latest blog post.

Generating...

Error: could not read file /srv/jekyll/_posts/2017-08-11-Haufe-Summer_Practice.md: (): found unknown escape character while parsing a quoted scalar at line 9 column 13

this is the bad line

header-img: "images\HaufeSummerPractice\5-Coding-Challenges-to-Help-You-Train-Your-Brain.jpg

notice anything .... 🙂 .... oh joys of windows ... its the backslash of the windows path also the quote was missing ... but the real burner is the path in backslash ... windows to be banned

this is the fixed line

header-img: "images/HaufeSummerPractice/5-Coding-Challenges-to-Help-You-Train-Your- Brain.jpg"

hlgr360 commented 7 years ago

Build process is back to normal ... please carry on .. :)