chore(build): ignoring ee folder for sourcemap-reader build
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
ec382279b8
commit
92674c3e6d
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ function build_api(){
|
|||
tag=""
|
||||
# Copy enterprise code
|
||||
[[ $1 == "ee" ]] && {
|
||||
cp -rf ../ee/sourcemap-reader/* ./
|
||||
cp -rf ../ee/sourcemap-reader/* ./ || true # We share same codebase for ee/foss
|
||||
envarg="default-ee"
|
||||
tag="ee-"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue