I have been experimenting with the git hooks, in IBM bluemix, but ember build
fails to execute, with the following:
_customer_script.sh: line 8: ember: command not found
Where line 8 references ember build
, in my build step:
#!/bin/bash
export PATH=/opt/IBM/node-v4.2/bin:$PATH
npm install
ember build
How can I configure IBM Bluemix to build my ember-cli apps using git hooks?
Aucun commentaire:
Enregistrer un commentaire