chore(build script): update comment

Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
This commit is contained in:
Rajesh Rajendran 2021-05-12 20:56:59 +05:30
parent 860fbb1210
commit 13da05b03f
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
# envarg: build for enterprize edition.
# Default will be OSS build.
# Usage: bash build.sh <ee>
# Usage: IMAGE_TAG=latest DOCKER_REPO=myDockerHubID bash build.sh <ee>
git_sha1=${IMAGE_TAG:-$(git rev-parse HEAD)}
envarg="default-foss"

View file

@ -6,7 +6,7 @@
# Default will be OSS build.
# Example
# DOCKER_REPO=asayer.io bash buid.sh
# Usage: IMAGE_TAG=latest DOCKER_REPO=myDockerHubID bash build.sh <ee>
git_sha1=${IMAGE_TAG:-$(git rev-parse HEAD)}
ee="false"