When you type process.env.GIT_COMMIT, what does it say?
process.env.GIT_COMMIT
Out of interest, why exactly are you doing your own build? Don't the travis ones do what you need?
@Gordon started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
When you type
process.env.GIT_COMMIT
, what does it say?Out of interest, why exactly are you doing your own build? Don't the travis ones do what you need?