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

Commit ace13b9

Browse files
committed
chore(build): fix typo in release script
1 parent 5df7e73 commit ace13b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/jenkins/release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function init {
1919
NO_TEST=false
2020
fi
2121
VERBOSE_ARG="--verbose=$VERBOSE"
22-
NO_TEST_ARG="--no_test=$VERBOSE"
22+
NO_TEST_ARG="--no_test=$NO_TEST"
2323
}
2424

2525
function phase {

0 commit comments

Comments
 (0)