mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Add flag for snapshot publishing
This commit is contained in:
parent
0e19648776
commit
1be49dad02
1 changed files with 3 additions and 0 deletions
|
|
@ -33,6 +33,9 @@ fi
|
|||
|
||||
mkdir "${WORKING_DIR}"
|
||||
|
||||
# If set to 'yes', replease script will deploy artifects to SNAPSHOT repository.
|
||||
DO_SNAPSHOT='no'
|
||||
|
||||
usage() {
|
||||
echo "usage) $0 [Release version] [Branch or Tag]"
|
||||
echo " ex. $0 0.6.0 v0.6.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue