RaspberryPiFoundation / lesson_format

Lesson formatter
17 stars 28 forks source link

autobuild.py fails with git error #172

Closed martinpeck closed 5 months ago

martinpeck commented 8 years ago

With the current logging in place, the autobuild.py, when kicked off on heroku, fails at the point where it pushes the changes to the codeclubrobot repository with this...

*** ERROR GitCommandError:
'git push -f origin gh-pages' returned exit status 128:

However, the actual push WORKS! It's just that it exits with a non-zero code.

After much head scratching I tried running the exact same python script from a herkou bash session and...it worked fine. No error.

Grrr...!