chore(build script): update comment
Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
This commit is contained in:
parent
860fbb1210
commit
13da05b03f
2 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue