chore(scripts): fix jenkins scripts

This commit is contained in:
Georgios Kalpakas
2016-12-16 12:27:04 +02:00
parent 02f045be8d
commit 11fbc17f65
2 changed files with 4 additions and 5 deletions
+3 -3
View File
@@ -11,8 +11,8 @@ rm -rf ~/.yarn
curl -o- -L https://raw.githubusercontent.com/yarnpkg/yarn/2a0afc73210c7a82082585283e518eeb88ca19ae/scripts/install-latest.sh | bash -s -- --version 0.17.9
export PATH="$HOME/.yarn/bin:$PATH"
# Ensure that we have the local dependencies installed
yarn install
echo testing grunt version
yarn run grunt -- --version
# Ensure that we have the local dependencies installed
yarn install
+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