Skip to content

Commit 7392cf0

Browse files
committed
Reinit new _FLAG vars on each loop
1 parent fb2c90d commit 7392cf0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dev/create-release/release-build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,11 @@ if [[ "$1" == "package" ]]; then
195195
BUILD_PACKAGE=$3
196196
SCALA_VERSION=$4
197197

198+
PIP_FLAG=""
198199
if [[ $BUILD_PACKAGE == *"withpip"* ]]; then
199200
PIP_FLAG="--pip"
200201
fi
202+
R_FLAG=""
201203
if [[ $BUILD_PACKAGE == *"withr"* ]]; then
202204
R_FLAG="--r"
203205
fi

0 commit comments

Comments
 (0)