We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b6df29 commit 771ba7cCopy full SHA for 771ba7c
scripts/jenkins/release.sh
@@ -19,7 +19,7 @@ function init {
19
NO_TEST=false
20
fi
21
VERBOSE_ARG="--verbose=$VERBOSE"
22
- NO_TEST_ARG="--no_test=$VERBOSE"
+ NO_TEST_ARG="--no_test=$NO_TEST"
23
}
24
25
function phase {
0 commit comments