HBASE-23137 [create-release] Add passing of PROJECT variable for when building other than core (#701)
This commit is contained in:
parent
e911bb7e21
commit
57439e5bf5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue