Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 11fbc17

Browse files
committed
chore(scripts): fix jenkins scripts
1 parent 02f045b commit 11fbc17

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

scripts/jenkins/init-node.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ rm -rf ~/.yarn
1111
curl -o- -L https://raw.githubusercontent.com/yarnpkg/yarn/2a0afc73210c7a82082585283e518eeb88ca19ae/scripts/install-latest.sh | bash -s -- --version 0.17.9
1212
export PATH="$HOME/.yarn/bin:$PATH"
1313

14+
# Ensure that we have the local dependencies installed
15+
yarn install
16+
1417
echo testing grunt version
1518
yarn run grunt -- --version
16-
17-
# Ensure that we have the local dependencies installed
18-
yarn install

scripts/jenkins/release.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,8 @@ function init {
3535
}
3636

3737
function build {
38-
source ./init-node.sh
3938
cd ../..
40-
39+
source scripts/jenkins/init-node.sh
4140
yarn run grunt -- ci-checks package --no-color
4241

4342
cd $SCRIPT_DIR

0 commit comments

Comments
 (0)