chore(jenkins): fix working directory to make yarn work

This commit is contained in:
Peter Bacon Darwin
2016-12-08 10:53:07 +00:00
parent 70490ef717
commit f0dc288824
+1 -2
View File
@@ -35,9 +35,8 @@ function init {
}
function build {
source ./init-node.sh
cd ../..
source scripts/jenkins/init-node.sh
yarn run grunt -- ci-checks package --no-color
cd $SCRIPT_DIR