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

Commit f0dc288

Browse files
chore(jenkins): fix working directory to make yarn work
1 parent 70490ef commit f0dc288

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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)