This is an automated email from the ASF dual-hosted git repository.

stack pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/master by this push:
     new 57439e5  HBASE-23137 [create-release] Add passing of PROJECT variable 
for when building other than core (#701)
57439e5 is described below

commit 57439e5bf566148b902713d5e2921a224d3406f8
Author: Michael Stack <[email protected]>
AuthorDate: Tue Oct 8 15:12:14 2019 -0700

    HBASE-23137 [create-release] Add passing of PROJECT variable for when 
building other than core (#701)
---
 dev-support/create-release/do-release-docker.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-support/create-release/do-release-docker.sh 
b/dev-support/create-release/do-release-docker.sh
index 37a5d71..3012d3c 100755
--- a/dev-support/create-release/do-release-docker.sh
+++ b/dev-support/create-release/do-release-docker.sh
@@ -136,6 +136,7 @@ function cleanup {
 trap cleanup EXIT
 
 cat > "$ENVFILE" <<EOF
+PROJECT=$PROJECT
 DRY_RUN=$DRY_RUN
 SKIP_TAG=$SKIP_TAG
 RUNNING_IN_DOCKER=1

Reply via email to