Skip to content

Commit

Permalink
chore(scripts): fix jenkins scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
gkalpak committed Dec 16, 2016
1 parent 02f045b commit 11fbc17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions scripts/jenkins/init-node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 1 addition & 2 deletions scripts/jenkins/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 11fbc17

Please sign in to comment.