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

Commit 9bb184d

Browse files
chore(jenkins): move jenkins_build.sh to scripts/jenkins/build.sh
1 parent a7a053f commit 9bb184d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

scripts/jenkins/master.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function build {
2222
npm install --color false
2323
grunt ci-checks package --no-color
2424
else
25-
./jenkins_build.sh
25+
scripts/jenkins/build.sh
2626
fi
2727

2828
cd $SCRIPT_DIR

0 commit comments

Comments
 (0)