HBASE-23137 [create-release] Add passing of PROJECT variable for when building other than core (#701)

This commit is contained in:
Michael Stack 2019-10-08 15:12:14 -07:00 committed by GitHub
parent e911bb7e21
commit 57439e5bf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -136,6 +136,7 @@ function cleanup {
trap cleanup EXIT trap cleanup EXIT
cat > "$ENVFILE" <<EOF cat > "$ENVFILE" <<EOF
PROJECT=$PROJECT
DRY_RUN=$DRY_RUN DRY_RUN=$DRY_RUN
SKIP_TAG=$SKIP_TAG SKIP_TAG=$SKIP_TAG
RUNNING_IN_DOCKER=1 RUNNING_IN_DOCKER=1