Skip to content

Commit

Permalink
Fix quick build in friesian release (#4955)
Browse files Browse the repository at this point in the history
* fix quick build

* new line
  • Loading branch information
hkvision authored Oct 13, 2021
1 parent 7edd5df commit 56db493
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ fi
version=$1

# TODO: change upload to true after uploading to pypi is enabled
bash ${RUN_SCRIPT_DIR}/release.sh linux ${version} true false -Dspark.version=2.4.6 -P spark_2.x
bash ${RUN_SCRIPT_DIR}/release.sh linux ${version} false false -Dspark.version=2.4.6 -P spark_2.x
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ fi
version=$1

# TODO: change upload to true after uploading to pypi is enabled
bash ${RUN_SCRIPT_DIR}/release.sh mac ${version} true false -Dspark.version=2.4.6 -P spark_2.x
bash ${RUN_SCRIPT_DIR}/release.sh mac ${version} false false -Dspark.version=2.4.6 -P spark_2.x

0 comments on commit 56db493

Please sign in to comment.