chore(build): fixing typo
This commit is contained in:
parent
07c40b89b0
commit
3ca8ca9e93
2 changed files with 4 additions and 4 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Script to build api module
|
||||
# flags to accept:
|
||||
# envarg: build for enterprize edition.
|
||||
# envarg: build for enterprise edition.
|
||||
# Default will be OSS build.
|
||||
|
||||
# Usage: IMAGE_TAG=latest DOCKER_REPO=myDockerHubID bash build.sh <ee>
|
||||
|
|
@ -18,7 +18,7 @@ check_prereq() {
|
|||
}
|
||||
|
||||
function build_api(){
|
||||
# Copy enterprize code
|
||||
# Copy enterprise code
|
||||
[[ $1 == "ee" ]] && {
|
||||
cp -rf ../ee/api/* ./
|
||||
cp -rf ../ee/api/.chalice/* ./.chalice/
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Script to build api module
|
||||
# flags to accept:
|
||||
# ee: build for enterprize edition.
|
||||
# ee: build for enterprise edition.
|
||||
# Default will be OSS build.
|
||||
|
||||
# Example
|
||||
|
|
@ -19,7 +19,7 @@ check_prereq() {
|
|||
}
|
||||
|
||||
function build_api(){
|
||||
# Copy enterprize code
|
||||
# Copy enterprise code
|
||||
[[ $1 == "ee" ]] && {
|
||||
cp -r ../ee/backend/* ./
|
||||
ee="true"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue