coderzc commented on code in PR #218:
URL: 
https://github.com/apache/incubator-hugegraph-computer/pull/218#discussion_r1043537558


##########
computer-dist/scripts/apache-release.sh:
##########
@@ -22,10 +22,14 @@ GROUP="hugegraph"
 REPO="${GROUP}-computer"
 # release version (input by committer)
 RELEASE_VERSION=$1
+USERNAME=$2
+PASSWORD=$3
 # git release branch (check it carefully)
 GIT_BRANCH="$(git branch --show-current)"
 
 RELEASE_VERSION=${RELEASE_VERSION:?"Please input the release version behind 
script"}
+USERNAME=${USERNAME:?"Please input the username behind script"}
+PASSWORD=${PASSWORD:?"Please input the password behind script"}

Review Comment:
   You are right



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@hugegraph.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to